| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -204/+0 |
| | | |||||
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| | | |||||
| * | Mailman/Bouncers/SMTP32.py - Added a recognition. Improved address pattern. | Mark Sapiro | 2007-11-11 | 1 | -2/+5 |
| | | | | | | | Mailman/Bouncers/SimpleMatch.py - Improved two regexps. Mailman/tests/test_bounces.py - Added a test. | ||||
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | Updated a few bouncers to recognize more bounces. | msapiro | 2006-06-11 | 1 | -1/+33 |
| | | | | Added more test cases. | ||||
| * | - Added additional bounce recognition for Qmail and SimpleMatch.py | msapiro | 2006-05-14 | 1 | -0/+4 |
| | | | | | - Added test cases for above. | ||||
| * | Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.py | msapiro | 2006-04-04 | 1 | -2/+10 |
| | | |||||
| * | Added bounce tests. Updated bounce recognizers to pick up a few more. | msapiro | 2006-03-24 | 1 | -1/+17 |
| | | |||||
| * | Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few more | msapiro | 2006-03-06 | 1 | -0/+8 |
| | | | | | Added some more test cases. | ||||
| * | Added some more bounce recognition to SimpleMatch and changed the logic | msapiro | 2006-03-03 | 1 | -12/+28 |
| | | | | | | | | so one all pattern sets are tried until a match is found so one start pattern whose address doesn't match won't preempt a later patern set that will match. Added more test cases. | ||||
| * | Added bounces from yahoo.com on behalf of other domains like sbcglobal.net. | msapiro | 2006-02-02 | 1 | -0/+4 |
| | | |||||
| * | Added Microsoft SMTPSVC. 'Improved' pattern for prodigy.net. | msapiro | 2006-01-23 | 1 | -1/+5 |
| | | |||||
| * | Add 'full mailbox' from Prodigy.net | msapiro | 2006-01-09 | 1 | -2/+7 |
| | | |||||
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | | |||||
| * | Another simplematch, this one for another demon.co.uk format. Partly closes | twouters | 2003-03-12 | 1 | -1/+5 |
| | | | | | SF patch #534297, demon.co.uk and another bounce handler, by Martin Pool. | ||||
| * | PATTERNS: Fix the regexp for sucking out the address in the section | bwarsaw | 2002-12-02 | 1 | -2/+4 |
| | | | | | | | | labeled "sz-sb.de" to ignore potential angle-brackets that might appear. process(): Do a better job of filtering out Nones. | ||||
| * | Whitespace normalization and pychecker fixes. | bwarsaw | 2002-10-18 | 1 | -5/+7 |
| | | |||||
| * | Urg. Bump copyright years. | bwarsaw | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | patterns: Added a recognition of HotPop bounces. Donated by Dan Mick. | bwarsaw | 2002-02-28 | 1 | -0/+4 |
| | | |||||
| * | patterns: Python 2.2 is more strict about duplicate group names in | bwarsaw | 2001-12-29 | 1 | -2/+2 |
| | | | | | regular expressions. | ||||
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -7/+2 |
| | | | | | | Also, use cStringIO directly instead of our own hack-around StringIO module. | ||||
| * | Extend the address-cre for "failed addresses follow:" to match | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| | | | | | simple_04.txt | ||||
| * | process(): Add a default argument `patterns' so similar modules like | bwarsaw | 2001-08-04 | 1 | -1/+2 |
| | | | | | SimpleWarning can pass this in. | ||||
| * | patterns: Added oddball MTAs turbosport.com (running something called | bwarsaw | 2001-02-28 | 1 | -2/+18 |
| | | | | | | | | MDaemon 3.5.2), and usa.net running gawd knows what. process(): Minor adjustment to algorithm which allows the address matcher to find addresses on the line that matched start cre. | ||||
| * | Conversion to mimelib. | bwarsaw | 2001-02-15 | 1 | -7/+19 |
| | | | | | | | De-string-module-ify Other Python 2.0 constructs used where appropriate. | ||||
| * | Three new bounce detectors: | bwarsaw | 2000-09-21 | 1 | -0/+68 |
| - GroupWise.py which detects (I believe) Novell's GroupWise Internet Agent 5.5.3.1 and something called NTMail v4.30.0012 - SMTP32.py which detects something that claims in its X-Mailer: header to be "<SMTP32 vXXXXXX> where the X's are various version numbers. I've actually gotten a few bounces from three totally different domains with this header. I have no idea what it actually is. - SimpleMatch.py which detects a wide variety of simple matches of the form: ...a bunch of lines --- some start delimiter --- ...a bunch of lines some lines that look like they contain an email address ...maybe more bunches of lines --- some end delimiter --- There may actually be overlap between SimpleMatcher and other matches, I don't know. There's definitely overlap between SimpleMatcher and Catchall, the latter of which can probably go away eventually. | |||||
