aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncers (unfollow)
Commit message (Collapse)AuthorFilesLines
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