| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The Smail detector as this is now folded into the SimpleMatch | bwarsaw | 2001-02-15 | 1 | -50/+0 |
| | | | | | | detector. The Catchall detector should be covered by other detectors. Add the Yale detector. | ||||
| * | Liberalize the regular expression matching a bit to handle other MTA's | bwarsaw | 2000-06-06 | 1 | -14/+14 |
| | | | | | | | which I suspect are Smail. They all have a very similar format that, if they aren't Smail-based, are close enough for this detector to score. | ||||
| * | 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 |
| | | |||||
| * | A simple Smail (I think) bounce detector. | bwarsaw | 2000-02-05 | 1 | -0/+50 |
