summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-2719-1243/+0
* Tweak copyright years.Barry Warsaw2008-02-0718-18/+18
* Mailman/Bouncers/SMTP32.py - Added a recognition. Improved address pattern.Mark Sapiro2007-11-112-6/+10
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-75/+0
* Update copyright years.bwarsaw2007-01-1920-66/+59
* Updated a few bouncers to recognize more bounces.msapiro2006-06-114-2/+52
* - Added additional bounce recognition for Qmail and SimpleMatch.pymsapiro2006-05-142-1/+6
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-4/+4
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-6/+1
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-7/+1
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-151-1/+0
* Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.pymsapiro2006-04-043-3/+19
* Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2006-03-242-1/+21
* Preparing for email 3.0/4.0. get_type() -> get_content_type() etc.tkikuchi2006-03-076-8/+8
* Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few moremsapiro2006-03-062-3/+17
* Added some more bounce recognition to SimpleMatch and changed the logicmsapiro2006-03-031-12/+28
* Changed BouncerAPI.py to return Stop from a Bouncer and changedmsapiro2006-03-013-16/+24
* Fixed 'undeliverable to' pattern. It can have multiple spaces 'undeliverable ...msapiro2006-02-051-1/+1
* 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
* back porting from 2.1.6tkikuchi2005-08-281-1/+1
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-2720-20/+20
* True/False where appropriate.bwarsaw2003-09-121-4/+10
* check(): If the action is 'disabled', stop the bounce processor frombwarsaw2003-08-181-7/+6
* Relieving myself on the hydrant before Barry wakes up.twouters2003-03-191-4/+4
* Fix one of Peer's problems: get_payload can return a list or a string, buttwouters2003-03-191-1/+6
* Whitespace normalization.bwarsaw2003-03-121-6/+4
* Another simplematch, this one for another demon.co.uk format. Partly closestwouters2003-03-121-1/+5
* Explicitly add another Postfix-lookalike contender, 'SMTP_Gateway'. Closestwouters2003-03-121-4/+5
* Update copyright yearsbwarsaw2003-03-111-1/+1
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-1/+2
* RFC 3464 obsoletes 1894 for the DSN standard.bwarsaw2003-03-021-5/+9
* 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