Bug 1727181 broke overriding domain in message ID with identity pref "FQDN"
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(thunderbird_esr115? fixed, thunderbird120? fixed)
People
(Reporter: betterbird.project+8, Assigned: babolivier, Mentored)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [TM 115.4.3+])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
+++ This bug was initially created as a clone of Bug #1727181 +++
Bug 1727181 broke overriding domain in message ID with identity pref "FQDN".
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/e53b4aa93adc
Use the FQDN identity attribute to generate Message-Id headers, if set. r=mkmelin
| Assignee | ||
Comment 5•2 years ago
|
||
Comment on attachment 9360184 [details]
Bug 1846837 - Use the FQDN identity attribute to generate Message-Id headers, if set. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1727181
User impact if declined: Newsgroups users using the FQDN identity attribute see messages sent to newsgroups sent with a Message-Id header using an incorrect domain.
Testing completed (on c-c, etc.): On c-c
Risk to taking this patch (and alternatives if risky): None that I can think of. I don't believe the code changed by this patch has been changed since bug 1727181 (which has already been uplifted to ESR).
Comment 6•2 years ago
|
||
Comment on attachment 9360184 [details]
Bug 1846837 - Use the FQDN identity attribute to generate Message-Id headers, if set. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 7•2 years ago
|
||
This will need an esr115 patch due to bug 1854255 (ef6629fe1cb953).
Comment 8•2 years ago
|
||
Actually a beta patch would be helpful too since ef6629fe1cb953 is not on beta and I'd rather not uplift it.
| Assignee | ||
Comment 9•2 years ago
|
||
Also update the message ID generation to use nsACString instead of raw strings.
This is https://phabricator.services.mozilla.com/D191842 but rebased to be uplifted to ESR and beta.
| Assignee | ||
Comment 10•2 years ago
|
||
Since both beta and ESR are blocked by the same commit, I've made a patch that should cover both of them. Let me know if you need separate patches for each version.
I'm not sure whether this patch needs review since there's little to no change to the original patch that landed on c-c.
Updated•2 years ago
|
Comment 11•2 years ago
•
|
||
Comment on attachment 9362802 [details]
Bug 1846837 - Use the FQDN identity attribute to generate Message-Id headers, if set (ESR + beta). r=#thunderbird-reviewers
This is for the beta/esr version of the patch. D193193
[Triage Comment]
Previously approved for beta
[Approval Request Comment]
Regression caused by (bug #): bug 1727181
User impact if declined: Newsgroups users using the FQDN identity attribute see messages sent to newsgroups sent with a Message-Id header using an incorrect domain.
Testing completed (on c-c, etc.): On c-c
Risk to taking this patch (and alternatives if risky): None that I can think of. I don't believe the code changed by this patch has been changed since bug 1727181 (which has already been uplifted to ESR).
Updated•2 years ago
|
Comment 12•2 years ago
|
||
| bugherder uplift | ||
Thunderbird 120.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/ba0def569fb4
Comment 13•2 years ago
|
||
Comment on attachment 9362802 [details]
Bug 1846837 - Use the FQDN identity attribute to generate Message-Id headers, if set (ESR + beta). r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Comment 14•2 years ago
|
||
| bugherder uplift | ||
Thunderbird 115.5.0:
https://hg.mozilla.org/releases/comm-esr115/rev/3eeec9886950
Description
•