aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncers (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-18Added recognition for a non-compliant DSN from an unknown MTA.Mark Sapiro1-0/+4
2020-04-25Updates to bounce recognition.Mark Sapiro1-0/+4
2020-01-16Valid address pattern needs to consume the whole string.Mark Sapiro1-1/+1
2020-01-16Fixed SimpleMatch to only return valid addresses.Mark Sapiro2-7/+28
2019-05-16Remove unnecessary kludges from DSN recognition.Mark Sapiro1-27/+1
2018-11-28Added recognition for non-compliant opensmtpd DSN Action: error.Mark Sapiro1-1/+2
2018-06-17Bump copyright dates.Mark Sapiro21-21/+21
2017-02-14Added recognition for a newly seen mailEnable bounce.Mark Sapiro1-0/+4
2013-12-20Added recognition for a kundenserver.de warning to simplewarning.pyMark Sapiro1-1/+5
2013-05-30Backported fixes for lp:1074592, lp:1079249 and lp:1079254 fromMark Sapiro1-1/+5
lp:flufl.bounce. Actually, lp:1074592 doesn't affect MM 2, but I included the test case.
2013-03-20Added recognition for another Yahoo bounce format. LP: #1157961Mark Sapiro1-10/+25
2011-12-25Added recognition for another Qmail bounce.Mark Sapiro1-2/+3
2010-12-22Added bounce recognition for a bogus Dovecot MDN. Bug #693134.Mark Sapiro1-1/+7
2009-07-31Added recognition for more bounces.Mark Sapiro3-2/+52
2009-02-20Recognize a couple more bounces.Mark Sapiro2-1/+9
2009-02-14Recognize a couple more bounces.Mark Sapiro2-2/+7
2008-11-30Now that Python 2.4 is the minimum and we will use more recent installedMark Sapiro5-11/+11
email packages, convert all the email message get_type() calls to get_content_type().
2008-06-20More bounce recognition improvements.Mark Sapiro1-4/+4
2008-06-15Made several improvements to bounce recognition.Mark Sapiro3-10/+19
2008-06-14Added bounce recognition for googlemail delayed warningMark Sapiro1-1/+5
2007-11-11Backported Bounce recognizer changes and tests from the 3.0 branchMark Sapiro5-18/+77
2006-09-01A much improved release script, which now knows about Subversion (though isn'tbwarsaw1-1/+0
yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1!
2006-04-04Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.pymsapiro3-4/+20
2006-03-24Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2-1/+21
2006-03-06Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few moremsapiro2-3/+17
Added some more test cases.
2006-03-03Added some more bounce recognition to SimpleMatch and changed the logicmsapiro1-12/+28
so one all pattern sets are tried until a match is found so one start pattern whose address doesn't match won't preempt a later patern set that will match. Added more test cases.
2006-03-01Changed BouncerAPI.py to return Stop from a Bouncer and changedmsapiro3-16/+24
BounceRunner.py to discard the bounce when Stop returned. Changed DSN.py to recognize Action: headers with comments. Changed Qmail.py to recognize an observed different starting string.
2006-02-05Fixed 'undeliverable to' pattern. It can have multiple spaces 'undeliverable ↵msapiro1-1/+1
to'.
2006-02-02Added bounces from yahoo.com on behalf of other domains like sbcglobal.net.msapiro1-0/+4
2006-01-25Added another observed prefix 'unknown user:'msapiro1-2/+4
2006-01-23Added Microsoft SMTPSVC. 'Improved' pattern for prodigy.net.msapiro1-1/+5
2006-01-09Add 'full mailbox' from Prodigy.netmsapiro1-2/+7
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi20-20/+20
2004-09-16[ 665569 ] make Postfix bounce detection work with newer postfixtkikuchi1-1/+1
TK: Being a postfix user myself, this patch looks reasonable. Thanks to James Henstridge (jhenstridge).
2003-09-22Backporting from the HEAD -- updated bouncersbwarsaw1-10/+15
2003-03-31Backporting from trunkbwarsaw4-20/+32
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-2/+3
Ademar de Souza Reis Jr