Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-17 | Bump copyright dates. | Mark Sapiro | 21 | -21/+21 | |
2017-02-14 | Added recognition for a newly seen mailEnable bounce. | Mark Sapiro | 1 | -0/+4 | |
2013-12-20 | Added recognition for a kundenserver.de warning to simplewarning.py | Mark Sapiro | 1 | -1/+5 | |
2013-05-30 | Backported fixes for lp:1074592, lp:1079249 and lp:1079254 from | Mark Sapiro | 1 | -1/+5 | |
lp:flufl.bounce. Actually, lp:1074592 doesn't affect MM 2, but I included the test case. | |||||
2013-03-20 | Added recognition for another Yahoo bounce format. LP: #1157961 | Mark Sapiro | 1 | -10/+25 | |
2011-12-25 | Added recognition for another Qmail bounce. | Mark Sapiro | 1 | -2/+3 | |
2010-12-22 | Added bounce recognition for a bogus Dovecot MDN. Bug #693134. | Mark Sapiro | 1 | -1/+7 | |
2009-07-31 | Added recognition for more bounces. | Mark Sapiro | 3 | -2/+52 | |
2009-02-20 | Recognize a couple more bounces. | Mark Sapiro | 2 | -1/+9 | |
2009-02-14 | Recognize a couple more bounces. | Mark Sapiro | 2 | -2/+7 | |
2008-11-30 | Now that Python 2.4 is the minimum and we will use more recent installed | Mark Sapiro | 5 | -11/+11 | |
email packages, convert all the email message get_type() calls to get_content_type(). | |||||
2008-06-20 | More bounce recognition improvements. | Mark Sapiro | 1 | -4/+4 | |
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 |