| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -72/+0 |
| | | |||||
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| | | |||||
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | Updated a few bouncers to recognize more bounces. | msapiro | 2006-06-11 | 1 | -1/+2 |
| | | | | Added more test cases. | ||||
| * | - Added additional bounce recognition for Qmail and SimpleMatch.py | msapiro | 2006-05-14 | 1 | -1/+2 |
| | | | | | - Added test cases for above. | ||||
| * | Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.py | msapiro | 2006-04-04 | 1 | -1/+2 |
| | | |||||
| * | Changed BouncerAPI.py to return Stop from a Bouncer and changed | msapiro | 2006-03-01 | 1 | -5/+13 |
| | | | | | | | BounceRunner.py to discard the bounce when Stop returned. Changed DSN.py to recognize Action: headers with comments. Changed Qmail.py to recognize an observed different starting string. | ||||
| * | 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(): Dan Mick discovers a hold over from the mimelib days. | bwarsaw | 2001-10-04 | 1 | -6/+2 |
| | | |||||
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -2/+2 |
| | | | | | | Also, use cStringIO directly instead of our own hack-around StringIO module. | ||||
| * | Conversion to mimelib. | bwarsaw | 2001-02-15 | 1 | -15/+13 |
| | | | | | | | 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. | ||||
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| | | |||||
| * | process(): Better compliance with QSBMF, including ability to | bwarsaw | 1999-12-09 | 1 | -29/+30 |
| | | | | | recognize multiple addresses. | ||||
| * | This module groks Qmail style bounce formats, according to the | bwarsaw | 1999-12-09 | 1 | -0/+66 |
| "standard" defined in http://cr.yp.to/proto/qsbmf.txt | |||||
