summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Urg. Bump copyright years.bwarsaw2002-02-281-1/+1
* patterns: Added a recognition of HotPop bounces. Donated by Dan Mick.bwarsaw2002-02-281-0/+4
* patterns: Python 2.2 is more strict about duplicate group names inbwarsaw2001-12-291-2/+2
* ScanMessages(): Call registerBounce() now to register a bounce. Webwarsaw2001-12-271-1/+1
* process(): Added a big ol' comment describing a potential bogosity inbwarsaw2001-10-091-2/+5
* process(): Convert from the mimelib API to the email package API.bwarsaw2001-10-096-23/+12
* Add a useful comment about what the Stop is for.bwarsaw2001-10-091-0/+4
* process(): Dan Mick discovers a hold over from the mimelib days.bwarsaw2001-10-041-6/+2
* Convert from mimelib to email.bwarsaw2001-10-0116-127/+68
* process(): Watch out for when the bounce has no X-Mailer: header.bwarsaw2001-09-101-1/+1
* Stop: a unique global value that bounce detectors can return in orderbwarsaw2001-08-291-0/+6
* It seems that all SMTP32 mailers have anbwarsaw2001-08-041-4/+22
* ScanMessages(): Added SimpleWarning and LLNL modules.bwarsaw2001-08-041-0/+2
* Fix copyright yearsbwarsaw2001-08-041-1/+1
* intermediatebwarsaw2001-08-041-0/+35
* Extend the address-cre for "failed addresses follow:" to matchbwarsaw2001-08-041-1/+1
* process(): Add a default argument `patterns' so similar modules likebwarsaw2001-08-041-1/+2
* Recognize two similar Postfix mutations: something calling itselfbwarsaw2001-08-041-2/+11
* process(): "Internet Mail Service" sure looks awfully similar. Webwarsaw2001-08-041-0/+3
* check(): Add `delayed' as a valid Action: to match on.bwarsaw2001-08-041-1/+4
* intermediatebwarsaw2001-08-041-0/+46
* Better syslog() calling conventions.bwarsaw2001-06-271-1/+1
* ScanMessages(): Use a better way to runtime import the module and callbwarsaw2001-05-011-4/+5
* patterns: Added oddball MTAs turbosport.com (running something calledbwarsaw2001-02-281-2/+18
* pcre: SuSE 6.4 seems to have modified the bounce match line that allbwarsaw2001-02-281-1/+1
* process(): Since this is a fairly wide-ranging matcher, narrow it downbwarsaw2001-02-281-1/+1
* check(): Make sure the last block gets checked. Also, I've found abwarsaw2001-02-281-3/+5
* process(): Fixes for the move to mimelib.bwarsaw2001-02-281-1/+3
* Added some commented out code, which aids in debugging.bwarsaw2001-02-281-0/+3
* intermediatebwarsaw2001-02-151-2/+4
* Conversion to mimelib.bwarsaw2001-02-1513-258/+223
* The Smail detector as this is now folded into the SimpleMatchbwarsaw2001-02-153-242/+75
* Conversion to mimelib.bwarsaw2001-02-151-14/+12
* Three new bounce detectors:bwarsaw2000-09-214-0/+179
* process(): If any multifile.Error occurs, this bounce detector returnsbwarsaw2000-09-141-26/+29
* ScanMessages(): Added Compuserve and Microsoft bounce detectors.bwarsaw2000-09-091-0/+2
* typo in docstringbwarsaw2000-09-091-1/+1
* Compuserve's bounce format.bwarsaw2000-09-091-0/+48
* New bounce detector for what I think is called "Microsoft SMTPSVC",bwarsaw2000-09-091-0/+61
* process(): Accepting, and closing, SF bug #110535, by Dan Mick.bwarsaw2000-08-071-1/+1
* process(): Don't bomb out if there's no From: header.bwarsaw2000-08-011-1/+1
* ScanMessages(): syslog message should read "Bouncer exception..."bwarsaw2000-07-211-1/+1
* process(): parseaddr() can return None, which if leaked to the bouncebwarsaw2000-07-211-1/+1
* parseaddr(): If the Original-Recipient: or Final-Recipient: headersbwarsaw2000-07-171-1/+5
* ScanMessages(): Watch out for exceptions in RegisterBounce().bwarsaw2000-06-271-2/+13
* process(): Relax the search constraints even more. I've now seen twobwarsaw2000-06-201-4/+7
* Now recognizes what I think are both Netscape Messaging Service 3.6bwarsaw2000-06-161-13/+22
* process(): For those bounce formats that are essentially MIME, it isbwarsaw2000-06-083-6/+18
* Liberalize the regular expression matching a bit to handle other MTA'sbwarsaw2000-06-061-14/+14
* cosmeticbwarsaw2000-06-061-1/+0