aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/WrapMessage.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-23Implemented dmarc_wrapped_message_text to optionally add an explanitoryMark Sapiro1-4/+18
text/plain part to a message wrapped via dmarc_moderation_action.
2015-01-04Add some explanitory comments for why we defer some Munge From changesMark Sapiro1-2/+3
to WrapMessage. Correct a misplaced item in NEWS.
2015-01-03When applying DMARC mitigations, CookHeaders now adds the original From:Mark Sapiro1-1/+4
to Cc: rather than Reply-To: in some cases to make MUA 'reply' and 'reply all' more consistent with the non-DMARC cases.
2014-06-29Minor cleanup. Removed unused imports.Mark Sapiro1-4/+2
2014-05-17Changed the fix for LP: #1316682 to not create a message that triggersMark Sapiro1-2/+2
Python issue 7970 rather than incorporating the fix for issue 7970 in our Generator subclass.
2014-04-25The Reply-To: munging options weren't honored if there was noMark Sapiro1-12/+9
from_is_list action. (LP: #1313010)
2014-04-23Fixed the Munge From action to not actually Munge the From: or Reply-To:Mark Sapiro1-0/+17
until after the message has been sent to the archive, digest and usenet gateway.
2013-09-28Renamed author_is_list to from_is_list.Mark Sapiro1-1/+1
2013-09-27Made author_is_list a 3-way with an option to wrap the message.Mark Sapiro1-0/+57