summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers/BouncerAPI.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-64/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Update copyright years.bwarsaw2007-01-191-1/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-6/+1
* Changed BouncerAPI.py to return Stop from a Bouncer and changedmsapiro2006-03-011-7/+5
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* ScanMessages(): Move the pipeline list to a module global, since I'mbwarsaw2002-12-021-18/+21
* ScanMessages(): Added the Exchange (MS Exchange) recognizer.bwarsaw2002-10-181-3/+4
* ScanMessage(): This is an internal API change to make life much easierbwarsaw2002-03-261-59/+7
* Update copyright years.bwarsaw2002-03-161-1/+1
* ScanMessages(): Provide the name of the module being processed in thebwarsaw2002-03-091-1/+6
* ScanMessages(): Call registerBounce() now to register a bounce. Webwarsaw2001-12-271-1/+1
* Add a useful comment about what the Stop is for.bwarsaw2001-10-091-0/+4
* Convert from mimelib to email.bwarsaw2001-10-011-5/+3
* Stop: a unique global value that bounce detectors can return in orderbwarsaw2001-08-291-0/+6
* ScanMessages(): Added SimpleWarning and LLNL modules.bwarsaw2001-08-041-0/+2
* 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
* Added some commented out code, which aids in debugging.bwarsaw2001-02-281-0/+3
* Conversion to mimelib.bwarsaw2001-02-151-14/+12
* Three new bounce detectors:bwarsaw2000-09-211-0/+3
* ScanMessages(): Added Compuserve and Microsoft bounce detectors.bwarsaw2000-09-091-0/+2
* ScanMessages(): syslog message should read "Bouncer exception..."bwarsaw2000-07-211-1/+1
* ScanMessages(): Watch out for exceptions in RegisterBounce().bwarsaw2000-06-271-2/+13
* Netscape.py: Detects what appears to be Netscape Messaging Server 3.6bwarsaw2000-06-051-10/+9
* ScanMessages(): XFailedRecip => Exim.bwarsaw2000-04-101-1/+1
* ScanMessages(): Added XFailedRecip bounce detector.bwarsaw2000-04-091-0/+1
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* ScanMessages(): Added new Smail detector.bwarsaw2000-02-051-0/+1
* test harness can take a list of file namesbwarsaw1999-12-101-8/+10
* Infrastructure for extensible bounce parsers, modeled after deliverybwarsaw1999-12-091-0/+83