aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added recognition for a non-compliant DSN from an unknown MTA.Mark Sapiro2020-12-181-0/+4
|
* Updates to bounce recognition.Mark Sapiro2020-04-251-0/+4
|
* Valid address pattern needs to consume the whole string.Mark Sapiro2020-01-161-1/+1
|
* Fixed SimpleMatch to only return valid addresses.Mark Sapiro2020-01-162-7/+28
|
* Remove unnecessary kludges from DSN recognition.Mark Sapiro2019-05-161-27/+1
|
* Added recognition for non-compliant opensmtpd DSN Action: error.Mark Sapiro2018-11-281-1/+2
|
* Bump copyright dates.Mark Sapiro2018-06-1721-21/+21
|
* Added recognition for a newly seen mailEnable bounce.Mark Sapiro2017-02-141-0/+4
|
* Added recognition for a kundenserver.de warning to simplewarning.pyMark Sapiro2013-12-201-1/+5
|
* Backported fixes for lp:1074592, lp:1079249 and lp:1079254 fromMark Sapiro2013-05-301-1/+5
| | | | | lp:flufl.bounce. Actually, lp:1074592 doesn't affect MM 2, but I included the test case.
* Added recognition for another Yahoo bounce format. LP: #1157961Mark Sapiro2013-03-201-10/+25
|
* Added recognition for another Qmail bounce.Mark Sapiro2011-12-251-2/+3
|
* Added bounce recognition for a bogus Dovecot MDN. Bug #693134.Mark Sapiro2010-12-221-1/+7
|
* Added recognition for more bounces.Mark Sapiro2009-07-313-2/+52
|
* Recognize a couple more bounces.Mark Sapiro2009-02-202-1/+9
|
* Recognize a couple more bounces.Mark Sapiro2009-02-142-2/+7
|
* Now that Python 2.4 is the minimum and we will use more recent installedMark Sapiro2008-11-305-11/+11
| | | | | email packages, convert all the email message get_type() calls to get_content_type().
* More bounce recognition improvements.Mark Sapiro2008-06-201-4/+4
|
* Made several improvements to bounce recognition.Mark Sapiro2008-06-153-10/+19
|
* Added bounce recognition for googlemail delayed warningMark Sapiro2008-06-141-1/+5
|
* Backported Bounce recognizer changes and tests from the 3.0 branchMark Sapiro2007-11-115-18/+77
|
* A much improved release script, which now knows about Subversion (though isn'tbwarsaw2006-09-011-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!
* Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.pymsapiro2006-04-043-4/+20
|
* Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2006-03-242-1/+21
|
* Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few moremsapiro2006-03-062-3/+17
| | | | Added some more test cases.
* Added some more bounce recognition to SimpleMatch and changed the logicmsapiro2006-03-031-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.
* Changed BouncerAPI.py to return Stop from a Bouncer and changedmsapiro2006-03-013-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.
* Fixed 'undeliverable to' pattern. It can have multiple spaces 'undeliverable ↵msapiro2006-02-051-1/+1
| | | | to'.
* Added bounces from yahoo.com on behalf of other domains like sbcglobal.net.msapiro2006-02-021-0/+4
|
* Added another observed prefix 'unknown user:'msapiro2006-01-251-2/+4
|
* Added Microsoft SMTPSVC. 'Improved' pattern for prodigy.net.msapiro2006-01-231-1/+5
|
* Add 'full mailbox' from Prodigy.netmsapiro2006-01-091-2/+7
|
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-2720-20/+20
|
* [ 665569 ] make Postfix bounce detection work with newer postfixtkikuchi2004-09-161-1/+1
| | | | | TK: Being a postfix user myself, this patch looks reasonable. Thanks to James Henstridge (jhenstridge).
* Backporting from the HEAD -- updated bouncersbwarsaw2003-09-221-10/+15
|
* Backporting from trunkbwarsaw2003-03-314-20/+32
|
* Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw2003-03-311-2/+3
| | | | Ademar de Souza Reis Jr
* This commit was manufactured by cvs2svn to create branch2003-01-0221-0/+1171
'Release_2_1-maint'.