summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers/Caiwireless.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-46/+0
|
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
|
* Update copyright years.bwarsaw2007-01-191-5/+6
|
* Preparing for email 3.0/4.0. get_type() -> get_content_type() etc.tkikuchi2006-03-071-1/+1
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Update copyright years.bwarsaw2002-03-161-1/+1
|
* process(): Convert from the mimelib API to the email package API.bwarsaw2001-10-091-7/+3
|
* Convert from mimelib to email.bwarsaw2001-10-011-4/+3
| | | | | Also, use cStringIO directly instead of our own hack-around StringIO module.
* Conversion to mimelib.bwarsaw2001-02-151-6/+8
| | | | | | De-string-module-ify Other Python 2.0 constructs used where appropriate.
* Netscape.py: Detects what appears to be Netscape Messaging Server 3.6bwarsaw2000-06-051-1/+1
| | | | | | | | | | | | | | bounces. These look like DSN mime messages, but don't contain -Recipient: headers. :( Caiwireless, Catchall, DSN, Exim, Postfix, Qmail, Smail, Yahoo: Changed process() API to take just the message object, since the MailList object isn't really required. Modified Catchall to use mm_cfg.DEFAULT_HOST_NAME in the one place where mlist.host_name was used. This module's deprecated anyway so it shouldn't matter much. BouncerAPI.py: Use the new bouncer.process() API. Also improve the unit testing code a bit.
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* Detect some weird bounce format that caiwireless.net seems tobwarsaw1999-12-091-0/+48
generate. I have no idea what MTA they are actually using.