lp:~mlm-author/mailman/2.1-author
The purpose of this branch is to allow mailman to take authorship of the emails it sends. This enable alignment of the domain used in the From: header with the domain that can be used to DKIM sign the email when it exists the MTA where mailman is installed. This stops DMARC and ADSP tests from breaking.
- Get this branch:
- bzr branch lp:~mlm-author/mailman/2.1-author
Branch merges
- Mark Sapiro: Needs Information (code)
-
Diff: 176 lines (+47/-3) (has conflicts)10 files modifiedMailman/Defaults.py.in (+3/-0)
Mailman/Gui/General.py (+6/-0)
Mailman/Handlers/Cleanse.py (+12/-1)
Mailman/Handlers/CookHeaders.py (+1/-1)
Mailman/MailList.py (+1/-0)
Mailman/versions.py (+4/-0)
NEWS (+8/-0)
contrib/majordomo2mailman.pl (+1/-0)
doc/mailman-admin.txt (+6/-1)
doc/mailman-admin/node10.html (+5/-0)
Branch information
Recent revisions
- 1338. By Mark Sapiro
-
Backported 2.2 branch fix for a problem in SpamDetect.py that could
cause header_filter_rules to fail to match RFC 2047 encoded headers. - 1336. By Mark Sapiro
-
Fix for bug #629738 could cause a crash in the admindb details display
if the decoded message body contained characters not in the character
set of the list's preferred language. Fixed. Bug #910440. - 1334. By Mark Sapiro
-
Fixed an erroneous seek in the Mailman.
Mailbox. Mailbox. AppendMessage
method that could cause a corrupt mailbox for files opened 'w+'.
Bug #901957. - 1333. By Mark Sapiro
-
A held message with a null sender caused a crash in the admindb
interface. This is fixed by changing the sender to <missing>.
Bug #897103.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman