| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -31/+0 |
| | | |||||
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| | | |||||
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -5/+6 |
| | | |||||
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | | |||||
| * | Update copyright years. | bwarsaw | 2002-03-16 | 1 | -1/+1 |
| | | |||||
| * | process(): Convert from the mimelib API to the email package API. | bwarsaw | 2001-10-09 | 1 | -1/+2 |
| | | |||||
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| | | | | | | Also, use cStringIO directly instead of our own hack-around StringIO module. | ||||
| * | Conversion to mimelib. | bwarsaw | 2001-02-15 | 1 | -5/+5 |
| | | | | | | | De-string-module-ify Other Python 2.0 constructs used where appropriate. | ||||
| * | Netscape.py: Detects what appears to be Netscape Messaging Server 3.6 | bwarsaw | 2000-06-05 | 1 | -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. | ||||
| * | Jim Tittsler reminds me that he posted a bounce detector for Exim, | bwarsaw | 2000-04-10 | 1 | -12/+6 |
| | | | | | | | which uses the X-Failed-Recipients header. His implementation was better than mine, but I like this one even better because it avoids the lambda (and corresponding function call overhead). | ||||
| * | Simple detector for messages that contain X-Failed-Recipient headers, | bwarsaw | 2000-04-09 | 1 | -0/+35 |
| even though I don't know what MTA generates such messages. | |||||
