Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-06-15 | Made several improvements to bounce recognition. | Mark Sapiro | 3 | -10/+19 | |
2008-06-14 | Added bounce recognition for googlemail delayed warning | Mark Sapiro | 1 | -1/+5 | |
2007-11-11 | Backported Bounce recognizer changes and tests from the 3.0 branch | Mark Sapiro | 5 | -18/+77 | |
2006-09-01 | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 1 | -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-04 | Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.py | msapiro | 3 | -4/+20 | |
2006-03-24 | Added bounce tests. Updated bounce recognizers to pick up a few more. | msapiro | 2 | -1/+21 | |
2006-03-06 | Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few more | msapiro | 2 | -3/+17 | |
Added some more test cases. | |||||
2006-03-03 | Added some more bounce recognition to SimpleMatch and changed the logic | msapiro | 1 | -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-01 | Changed BouncerAPI.py to return Stop from a Bouncer and changed | msapiro | 3 | -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-05 | Fixed 'undeliverable to' pattern. It can have multiple spaces 'undeliverable ↵ | msapiro | 1 | -1/+1 | |
to'. | |||||
2006-02-02 | Added bounces from yahoo.com on behalf of other domains like sbcglobal.net. | msapiro | 1 | -0/+4 | |
2006-01-25 | Added another observed prefix 'unknown user:' | msapiro | 1 | -2/+4 | |
2006-01-23 | Added Microsoft SMTPSVC. 'Improved' pattern for prodigy.net. | msapiro | 1 | -1/+5 | |
2006-01-09 | Add 'full mailbox' from Prodigy.net | msapiro | 1 | -2/+7 | |
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 20 | -20/+20 | |
2004-09-16 | [ 665569 ] make Postfix bounce detection work with newer postfix | tkikuchi | 1 | -1/+1 | |
TK: Being a postfix user myself, this patch looks reasonable. Thanks to James Henstridge (jhenstridge). | |||||
2003-09-22 | Backporting from the HEAD -- updated bouncers | bwarsaw | 1 | -10/+15 | |
2003-03-31 | Backporting from trunk | bwarsaw | 4 | -20/+32 | |
2003-03-31 | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 1 | -2/+3 | |
Ademar de Souza Reis Jr |