aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-14Match header_filter_rules as normalized unicodes.Mark Sapiro1-6/+19
2016-07-12Use xmlcharrefreplace when encoding for header_filter_rules.Mark Sapiro1-1/+1
2016-07-11Use backslashreplace when encoding for header_filter_rules.Mark Sapiro1-1/+1
2016-05-26Update copyright.Mark Sapiro1-1/+1
2016-05-26Support for preserving original DKIM headersjimpop@template.hostname1-0/+7
2016-05-13Keep the date header in wrapped messages.Mark Sapiro1-1/+2
2016-05-06Implement SASL and STARTTLS in SMTPDirect.py.Mark Sapiro1-0/+30
2016-04-21Implimented mm_cfg.SMTPLIB_DEBUG_LEVEL setting.Mark Sapiro1-1/+2
2016-04-20Remove (incorrect) re.sub in favor of str.replace.Mark Sapiro1-6/+3
2016-04-19Use nonmember_rejection_notice as the default reject reason for a heldMark Sapiro1-2/+10
2016-02-28Don't collapse multipart with a single sub-part inside multipart/signed parts.Mark Sapiro1-1/+6
2016-02-17Acknowledge option will now be honored for posts to anonymous listsMark Sapiro2-2/+7
2016-01-21Fixed garbled From: with DMARC mitigations and non-ascii display name.Mark Sapiro1-2/+5
2015-12-15Treat a poster's address which matches an equivalent_domains address asMark Sapiro1-0/+6
2015-12-14Ensure white space following subject_prefix.Mark Sapiro1-0/+5
2015-11-04Improvements based on feedback from Mark Sapirojimpop@template.hostname1-1/+1
2015-11-04Auto-Moderate Verbose Membersjimpop@template.hostname1-0/+8
2015-10-15Refactored the GetPattern list method to simplify extending @listnameMark Sapiro1-41/+16
2015-10-14hanged CookHeaders to default to using space rather than tab asMark Sapiro1-3/+3
2015-09-16Subject prefixing could fail to collapse multiple 'Re:' in an incommingMark Sapiro1-1/+7
2015-06-07Fixed an issue with shunted messages on a list where the charset forMark Sapiro1-1/+6
2015-04-15DKIM-Signature:, DomainKey-Signature: and Authentication-Results:Mark Sapiro1-2/+8
2015-03-02A LookupError in SpamDetect on a message with RFC 2047 encoded headersMark Sapiro1-2/+10
2015-02-06Remove Organization: header from anonymized posts.Mark Sapiro1-1/+4
2015-01-23Implemented dmarc_wrapped_message_text to optionally add an explanitoryMark Sapiro1-4/+18
2015-01-23Implemented the equivalent domains feature for list posting/moderation.Mark Sapiro1-0/+6
2015-01-22A number of changes from the unofficial 2.2 branch have been backported toMark Sapiro2-6/+9
2015-01-11Due to a prior change, From: header munging would unnecessarily add theMark Sapiro1-4/+13
2015-01-04Add some explanitory comments for why we defer some Munge From changesMark Sapiro2-2/+8
2015-01-03When applying DMARC mitigations, CookHeaders now adds the original From:Mark Sapiro2-11/+48
2014-09-19Accept poster password on Urgent: header.Mark Sapiro1-1/+2
2014-09-05- Fixed a bug which caused a setting of 2 for REMOVE_DKIM_HEADERS to beMark Sapiro1-4/+5
2014-07-10Fix for lp:1334450 requires toowner exemption for dmarc_moderation_action.Mark Sapiro1-20/+23
2014-06-29Minor cleanup. Removed unused imports.Mark Sapiro1-4/+2
2014-06-26Moved the dmarc_moderation_action checks from the Moderate handler toMark Sapiro2-28/+31
2014-05-17Changed the fix for LP: #1316682 to not create a message that triggersMark Sapiro1-2/+2
2014-05-11Enhance the fix for (LP: #1318025)Mark Sapiro1-0/+2
2014-05-09Handle missing From: header addresses for DMARC mitigation actions.Mark Sapiro1-3/+10
2014-05-04Sender: headers are no longer removed in from_is_list Munge FromMark Sapiro1-3/+0
2014-05-02Make dmarc_quarantine_moderaction_action a list setting.Mark Sapiro1-1/+1
2014-05-02More fine tuning of dmarc_moderation_action.Mark Sapiro1-2/+2
2014-05-02Updated CookHeaders to always add the poster's From: address to Reply-To:Mark Sapiro1-8/+2
2014-04-25The Reply-To: munging options weren't honored if there was noMark Sapiro1-12/+9
2014-04-25Changed from_is_list actions to insert the list address in Cc: if theMark Sapiro1-12/+20
2014-04-23Fixed the Munge From action to not actually Munge the From: or Reply-To:Mark Sapiro2-11/+32
2014-04-16Reordered Munge/Wrap DMARC moderation policy optionsMark Sapiro1-3/+3
2014-04-08Enhanced fix for LP: #1304511 to use member's real name if available.Mark Sapiro1-1/+4
2014-04-08For from_is_list feature, use email address from original From: ifMark Sapiro1-0/+2
2014-04-06For from_is_list, if no real name in From, use email address.Mark Sapiro1-0/+2
2014-03-14Cleaned up a couple of comments missed in the author_is_list toMark Sapiro1-1/+1