summaryrefslogtreecommitdiff
path: root/Mailman/Bouncers/Microsoft.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-53/+0
|
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
|
* Update copyright years.bwarsaw2007-01-191-1/+1
|
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-4/+4
| | | | | | the builtin types. Two still remain: a check against ClassType and a check against MethodType. Also, fix some hinky type comparisons to use isinstance() consistently.
* Preparing for email 3.0/4.0. get_type() -> get_content_type() etc.tkikuchi2006-03-071-1/+1
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Relieving myself on the hydrant before Barry wakes up.twouters2003-03-191-4/+4
|
* Fix one of Peer's problems: get_payload can return a list or a string, buttwouters2003-03-191-1/+6
| | | | this bounce handler was only expecting a string.
* Update copyright years.bwarsaw2002-03-161-1/+1
|
* process(): Convert from the mimelib API to the email package API.bwarsaw2001-10-091-1/+1
|
* Convert from mimelib to email.bwarsaw2001-10-011-1/+1
| | | | | Also, use cStringIO directly instead of our own hack-around StringIO module.
* Conversion to mimelib.bwarsaw2001-02-151-35/+19
| | | | | | De-string-module-ify Other Python 2.0 constructs used where appropriate.
* process(): If any multifile.Error occurs, this bounce detector returnsbwarsaw2000-09-141-26/+29
| | | | no-hit.
* New bounce detector for what I think is called "Microsoft SMTPSVC",bwarsaw2000-09-091-0/+61
certainly what MSN and a few other services use.