summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers
Commit message (Expand)AuthorAgeFilesLines
* Donn Cave's patch #602087 to honor configure's --srcdir switch.bwarsaw2002-12-121-1/+1
* PATTERNS: Fix the regexp for sucking out the address in the sectionbwarsaw2002-12-021-2/+4
* check(): First, use parseaddr() to split up any realname/addrs found,bwarsaw2002-12-021-1/+8
* ScanMessages(): Move the pipeline list to a module global, since I'mbwarsaw2002-12-021-18/+21
* pcre: Make the start line regexp even more liberal. Seems like any ofbwarsaw2002-10-211-1/+1
* Whitespace normalizationbwarsaw2002-10-181-3/+3
* intermediatebwarsaw2002-10-181-0/+47
* Whitespace normalization and pychecker fixes.bwarsaw2002-10-181-5/+7
* ScanMessages(): Added the Exchange (MS Exchange) recognizer.bwarsaw2002-10-181-3/+4
* find_textplain(): Don't recurse if the payload isn't a Messagebwarsaw2002-07-111-1/+4
* process(): Simply by just taking the first text/plain part.bwarsaw2002-07-111-2/+1
* intermediatebwarsaw2002-04-111-0/+47
* Liberalize some of these tests so international Yahoo! accounts arebwarsaw2002-04-111-2/+4
* ScanMessage(): This is an internal API change to make life much easierbwarsaw2002-03-261-59/+7
* Update copyright years.bwarsaw2002-03-1617-17/+17
* ScanMessages(): Provide the name of the module being processed in thebwarsaw2002-03-091-1/+6
* 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