aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/SpamDetect.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-01Updated SpamDetect.py and VARHELP based on feedback from Mark S. Jim Popovitch1-1/+2
2018-11-30Patch for dmarc_moderation_addresses to automatically apply dmarc_moderation_...Jim Popovitch1-1/+1
2018-06-17Bump copyright dates.Mark Sapiro1-1/+1
2017-12-09Show match in hold reason for header_filter_rules.Mark Sapiro1-2/+8
2017-09-22The default DMARC reject reason now properly replaces %(listowner)s.Mark Sapiro1-0/+1
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
2015-11-04Improvements based on feedback from Mark Sapirojimpop@template.hostname1-1/+1
2015-11-04Auto-Moderate Verbose Membersjimpop@template.hostname1-0/+8
2015-03-02A LookupError in SpamDetect on a message with RFC 2047 encoded headersMark Sapiro1-2/+10
2014-07-10Fix for lp:1334450 requires toowner exemption for dmarc_moderation_action.Mark Sapiro1-20/+23
2014-06-26Moved the dmarc_moderation_action checks from the Moderate handler toMark Sapiro1-2/+30
2013-10-07- Fixed a crash in SpamDetect.py which caused messages with unparseableMark Sapiro1-2/+6
2012-02-05Backported 2.2 branch fix for a problem in SpamDetect.py that couldMark Sapiro1-36/+20
2007-01-20Changed header_filter_rules processing to ignore blank patterns.msapiro1-1/+4
2006-01-29Prevent loop in hold/reject if addressed to '-owner'.tkikuchi1-9/+10
2006-01-14SpamDetect.py: Fix loop. As a side effect, spam message may pass thetkikuchi1-13/+15
2005-12-31Don't use 'X-List-Administrivia', second part.tkikuchi1-1/+1
2005-12-31On my second thought, I use msgdata for internally crafted message checking.tkikuchi1-4/+2
2005-12-31Back out Revison 2.3.2.4 change. Check outermost message headertkikuchi1-6/+6
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-7/+7
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-08-04Fix multiline bug as suggested by Iain Pople [1250657]tkikuchi1-1/+1
2005-07-04Avoid infinite loop of held message and its notifications.tkikuchi1-5/+6
2005-03-21Fix bug in patch #1032434: You should accumulate subpart headers.tkikuchi1-6/+10
2004-10-09[ 1032434 ] make KNOWN_SPAMMERS work for headers appearing mult. timestkikuchi1-8/+18
2003-12-01process(): The implementation of extended header filters viabwarsaw1-4/+79