Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated SpamDetect.py and VARHELP based on feedback from Mark S. | Jim Popovitch | 2018-12-01 | 1 | -1/+2 |
| | |||||
* | Patch for dmarc_moderation_addresses to automatically apply ↵ | Jim Popovitch | 2018-11-30 | 1 | -1/+1 |
| | | | | dmarc_moderation_action against a regexp of addresess | ||||
* | Bump copyright dates. | Mark Sapiro | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | Show match in hold reason for header_filter_rules. | Mark Sapiro | 2017-12-09 | 1 | -2/+8 |
| | |||||
* | The default DMARC reject reason now properly replaces %(listowner)s. | Mark Sapiro | 2017-09-22 | 1 | -0/+1 |
| | |||||
* | Match header_filter_rules as normalized unicodes. | Mark Sapiro | 2016-07-14 | 1 | -6/+19 |
| | |||||
* | Use xmlcharrefreplace when encoding for header_filter_rules. | Mark Sapiro | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Use backslashreplace when encoding for header_filter_rules. | Mark Sapiro | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | Merged and tweaked Jim P's mailman-auto-mod-verbose-members branch. | Mark Sapiro | 2016-01-18 | 1 | -1/+16 |
|\ | |||||
| * | Improvements based on feedback from Mark Sapiro | jimpop@template.hostname | 2015-11-04 | 1 | -1/+1 |
| | | | | | | | | https://code.launchpad.net/~jimpop/mailman/mailman-auto-mod-verbose-members/+merge/276706/comments/699744 | ||||
| * | Auto-Moderate Verbose Members | jimpop@template.hostname | 2015-11-04 | 1 | -0/+8 |
|/ | |||||
* | A LookupError in SpamDetect on a message with RFC 2047 encoded headers | Mark Sapiro | 2015-03-02 | 1 | -2/+10 |
| | | | in an unknown character set is fixed. | ||||
* | Fix for lp:1334450 requires toowner exemption for dmarc_moderation_action. | Mark Sapiro | 2014-07-10 | 1 | -20/+23 |
| | |||||
* | Moved the dmarc_moderation_action checks from the Moderate handler to | Mark Sapiro | 2014-06-26 | 1 | -2/+30 |
| | | | | | | | the SpamDetect handler so that the Reject and Discard actions will be done before the message might be held by header_filter_rules, and the Wrap Message and Munge From actions will be done on messages held by header_filter_rules if the message is approved. (LP: #1334450) | ||||
* | - Fixed a crash in SpamDetect.py which caused messages with unparseable | Mark Sapiro | 2013-10-07 | 1 | -2/+6 |
| | | | | RFC 2047 encoded headers to be shunted. (LP: #1235101) | ||||
* | Backported 2.2 branch fix for a problem in SpamDetect.py that could | Mark Sapiro | 2012-02-05 | 1 | -36/+20 |
| | | | | cause header_filter_rules to fail to match RFC 2047 encoded headers. | ||||
* | Changed header_filter_rules processing to ignore blank patterns. | msapiro | 2007-01-20 | 1 | -1/+4 |
| | |||||
* | Prevent loop in hold/reject if addressed to '-owner'. | tkikuchi | 2006-01-29 | 1 | -9/+10 |
| | |||||
* | SpamDetect.py: Fix loop. As a side effect, spam message may pass the | tkikuchi | 2006-01-14 | 1 | -13/+15 |
| | | | | filter if X-List-Administrivia header is forged. | ||||
* | Don't use 'X-List-Administrivia', second part. | tkikuchi | 2005-12-31 | 1 | -1/+1 |
| | |||||
* | On my second thought, I use msgdata for internally crafted message checking. | tkikuchi | 2005-12-31 | 1 | -4/+2 |
| | | | | | The keyword 'reduced_list_headers' is taken from CookHeaders.py and looks like it is, reviewing Message.py. | ||||
* | Back out Revison 2.3.2.4 change. Check outermost message header | tkikuchi | 2005-12-31 | 1 | -6/+6 |
| | | | | even if it has X-List-Administrivia header ( mostly -owner notification ). | ||||
* | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 2005-12-30 | 1 | -7/+7 |
| | | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk. | ||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | Fix multiline bug as suggested by Iain Pople [1250657] | tkikuchi | 2005-08-04 | 1 | -1/+1 |
| | |||||
* | Avoid infinite loop of held message and its notifications. | tkikuchi | 2005-07-04 | 1 | -5/+6 |
| | |||||
* | Fix bug in patch #1032434: You should accumulate subpart headers. | tkikuchi | 2005-03-21 | 1 | -6/+10 |
| | | | | (should have went out an intermediate code) :-< | ||||
* | [ 1032434 ] make KNOWN_SPAMMERS work for headers appearing mult. times | tkikuchi | 2004-10-09 | 1 | -8/+18 |
| | | | | [ 1026977 ] check attachment header by SpamDetect.py | ||||
* | process(): The implementation of extended header filters via | bwarsaw | 2003-12-01 | 1 | -4/+79 |
| | | | | header_filter_rules. | ||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+50 | |
'Release_2_1-maint'. |