Send bcc only messages from Outbox doesn't work
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(thunderbird_esr91+ fixed, thunderbird94+ fixed)
People
(Reporter: rnons, Assigned: rnons)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details |
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details |
- compose a mail with only bcc recipient
- send it later
- send unsent
Get an error message saying "Bad recipient address syntax.", because "RCPT TO: undisclosed-recipients" is sent to the SMTP server
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
With a bcc only message, nsMsgSendLater passes To: undisclosed-recipients: ;
to SmtpService, but it should not be sent to the SMTP server.
Assignee | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/4742d18ec979
Fix sending bcc only mail from Outbox. r=mkmelin
Comment 3•3 years ago
|
||
Windows 7 X3 is failing - https://treeherder.mozilla.org/logviewer?job_id=353719604&repo=comm-central&lineNumber=4954
Comment 4•3 years ago
|
||
There's a failure in test_sendMailAddressIDN.js too, on all platforms: https://treeherder.mozilla.org/logviewer?job_id=353767174&repo=comm-central&lineNumber=5247
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 7•3 years ago
|
||
Comment on attachment 9244447 [details]
Bug 1734070 followup - Fix two tests. r=mkmelin
Requesting to uplift the two patches.
[Approval Request Comment]
Regression caused by (bug #): bug 1661694
User impact if declined: Send bcc only messages from Outbox doesn't work
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Updated•3 years ago
|
Comment 8•3 years ago
|
||
Comment on attachment 9244447 [details]
Bug 1734070 followup - Fix two tests. r=mkmelin
[Triage Comment]
Approved for beta
Comment 9•3 years ago
|
||
Comment on attachment 9244300 [details]
Bug 1734070 - Fix sending bcc only mail from Outbox. r=mkmelin
[Triage Comment]
Approved for beta
Updated•3 years ago
|
Comment 10•3 years ago
|
||
bugherder uplift |
Comment 11•3 years ago
|
||
Comment on attachment 9244300 [details]
Bug 1734070 - Fix sending bcc only mail from Outbox. r=mkmelin
[Triage Comment]
Approved for ers91
Comment 12•3 years ago
|
||
Comment on attachment 9244447 [details]
Bug 1734070 followup - Fix two tests. r=mkmelin
[Triage Comment]
Approved for esr91
Comment 13•3 years ago
|
||
bugherder uplift |
Thunderbird 91.2.1:
https://hg.mozilla.org/releases/comm-esr91/rev/ec0acc814c27
https://hg.mozilla.org/releases/comm-esr91/rev/69ad9c48b23
[edit: pushed missed second commit]
Description
•