No-reply detection issues with some list emails
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(thunderbird_esr91+ fixed, thunderbird92+ verified)
People
(Reporter: rjl, Assigned: mkmelin)
References
Details
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details |
STR:
- An email is received via a mailing list where the sender is a "noreply" address
- There is no Reply-To header present
- Thunderbird detects the message is from a mailing list, so "Reply To List" is an available option (List-ID header perhaps?)
- Use "Reply To List" to reply to the message
Expected:
Thunderbird should be able to take into account that the reply is going to a mailing list and not warn about replying to a "noreply" address. The compose window should open with the To field set to the list address.
Actual:
Popup with warning message appears. Selecting "Reply Anyway" does the "correct" thing in this case, the compose window opens with the To field set to the list address.
I am experiencing this with automated Taskcluster emails sent to the thunderbird-drivers list. This list does not include a Reply-To header, and the From header is "firefox-taskcluster-noreply@mozilla.com".
Trimmed list headers attached. Whatever logic Thunderbird already uses to determine that the email is from a mailing list needs to be factored into the noreply detection.
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/8504e1179243
handle the no-reply warning correctly w.r.t. reply to list. r=rjl
Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9236301 [details]
Bug 1725719 - handle the no-reply warning correctly w.r.t. reply to list. r=rjl
[Approval Request Comment]
User impact if declined: when replying to list, can get false warning about no-reply address
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): not risky, but of course in a hot path
Comment 4•3 years ago
|
||
Comment on attachment 9236301 [details]
Bug 1725719 - handle the no-reply warning correctly w.r.t. reply to list. r=rjl
[Triage Comment]
Approved for beta
Reporter | ||
Comment 5•3 years ago
|
||
bugherder uplift |
Thunderbird 92.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/b9b42dc8a14c
Comment 7•3 years ago
|
||
Comment on attachment 9236301 [details]
Bug 1725719 - handle the no-reply warning correctly w.r.t. reply to list. r=rjl
[Triage Comment]
Approved for esr91
Reporter | ||
Comment 8•3 years ago
|
||
bugherder uplift |
Thunderbird 91.0.3:
https://hg.mozilla.org/releases/comm-esr91/rev/ef1476b429d8
Description
•