Merge ~teward/launchpad:dmarc-for-bugs into launchpad:master
| Status: | Merged |
|---|---|
| Approved by: | Colin Watson |
| Approved revision: | 3a2f6f99c56d9f026a4775ae71e4d3e9985b966a |
| Merge reported by: | Otto Co-Pilot |
| Merged at revision: | not available |
| Proposed branch: | ~teward/launchpad:dmarc-for-bugs |
| Merge into: | launchpad:master |
| Diff against target: |
170 lines (+30/-61) 3 files modified
lib/lp/bugs/doc/bugnotification-email.txt (+20/-25) lib/lp/bugs/doc/bugnotification-sending.txt (+4/-4) lib/lp/bugs/mail/bugnotificationbuilder.py (+6/-32) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Colin Watson (community) | Approve | ||
|
Review via email:
|
|||
Commit message
Use DMARC compliant From addresses in bug notifications
Description of the change
https:/
As a result, more and more people need DMARC-compliant From addresses in bug notifications in order to keep receiving them when a DMARC-enforced commenter/sender is being used.
This change alters the get_bugmail_
+1
Does this handle emails from merge request comments too? I think they need fixing as well, although they may be handled in a completely different part of the code-base.