summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers/Smail.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The Smail detector as this is now folded into the SimpleMatchbwarsaw2001-02-151-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'sbwarsaw2000-06-061-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.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
|
* A simple Smail (I think) bounce detector.bwarsaw2000-02-051-0/+50