aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-04Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.pymsapiro3-4/+20
2006-03-24Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2-1/+21
2006-03-23Bump version number to 2.1.8b1.tkikuchi1-2/+2
2006-03-23SF Bug ID 1453049 from Clytie. Only easiest fixes are done because we shouldtkikuchi2-3/+3
2006-03-20Added missing import of Errors module.msapiro1-0/+1
2006-03-18Fixed VERP_CONFIRM_REGEXP to accommodate 'broken' MUAs that add themsapiro1-2/+6
2006-03-18Improved fix for bug 1275856 to return host part of DEFAULT_URL if any frommsapiro1-7/+5
2006-03-12Fixed long standing bug (1275856) - get_domain() returned DEFAULT_EMAIL_HOSTmsapiro1-3/+8
2006-03-12Fixed long standing error - subscribe log 'new' entry reversed name and email.msapiro1-1/+1
2006-03-10Bumping version number to 2.1.8a1tkikuchi1-3/+3
2006-03-09Add test in BounceRunner for non-fatal, VERPed bounce. Bug 1421285.msapiro1-1/+5
2006-03-06Changed email package to 2.5.7. Backed out workaround set_payload() methodmsapiro1-12/+1
2006-03-06Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few moremsapiro2-3/+17
2006-03-03Added some more bounce recognition to SimpleMatch and changed the logicmsapiro1-12/+28
2006-03-01Changed BouncerAPI.py to return Stop from a Bouncer and changedmsapiro4-16/+27
2006-02-23Improved fix for bug 1433673. When time.strptime returns tm_isdst = -1, usemsapiro1-0/+4
2006-02-22Fixed bug 1435722 by encoding the i18n subject in the character set of themsapiro1-3/+5
2006-02-19Fixed bug 1433673 by fixing ctime() to not use time.tzname[1] when tm_isdst i...msapiro1-4/+7
2006-02-19Fixed bug 1430236 by catching TypeError when trying to get a decoded payloadmsapiro1-1/+6
2006-02-17ch_oneline(): Input string variable is overwritten. Also use listtkikuchi1-8/+4
2006-02-05Fixed 'undeliverable to' pattern. It can have multiple spaces 'undeliverable ...msapiro1-1/+1
2006-02-05Set umask for creation of bounce-events queue file.msapiro1-3/+8
2006-02-03variable name: it is not a floating number. (time tuple)tkikuchi1-2/+2
2006-02-03add OverflowError in exceptions. (CVE-2005-4153 related but not DoS)tkikuchi1-1/+1
2006-02-02Added bounces from yahoo.com on behalf of other domains like sbcglobal.net.msapiro1-0/+4
2006-01-29Back out Revision 2.18.2.19 patch for email.Message.set_payload() bugtkikuchi6-53/+15
2006-01-29Wrapping set_payload() to encode contents into qp/base64 upon setting.tkikuchi1-0/+11
2006-01-29Prevent loop in hold/reject if addressed to '-owner'.tkikuchi1-9/+10
2006-01-25Added another observed prefix 'unknown user:'msapiro1-2/+4
2006-01-23Added Microsoft SMTPSVC. 'Improved' pattern for prodigy.net.msapiro1-1/+5
2006-01-15Moving deletion of Domainkey-Signature: and DKIM-Signature: headers to amsapiro3-11/+37
2006-01-14Copyright years.bwarsaw1-2/+3
2006-01-14Fix: [ 1194419 ] Lose Topics when go directly to topics URLtkikuchi1-0/+3
2006-01-14SpamDetect.py: Fix loop. As a side effect, spam message may pass thetkikuchi1-13/+15
2006-01-09Add 'full mailbox' from Prodigy.netmsapiro1-2/+7
2006-01-09Text file '@' obfuscation bug (unicode) fix. Thanks Mark.tkikuchi1-3/+8
2006-01-09Bug fix: import re module.tkikuchi1-1/+2
2006-01-01process(): Fix a comment.bwarsaw1-4/+3
2005-12-31Bumping version to 2.1.7 final.tkikuchi1-2/+2
2005-12-31Don't use 'X-List-Administrivia', second part.tkikuchi1-1/+1
2005-12-31On my second thought, I use msgdata for internally crafted message checking.tkikuchi1-4/+2
2005-12-31Back out Revison 2.3.2.4 change. Check outermost message headertkikuchi1-6/+6
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw29-122/+140
2005-12-26Python interpreter has evolved to be strict on ascii charset range.tkikuchi1-20/+13
2005-12-26True/False definition for Python2.1.tkikuchi2-0/+14
2005-12-24bumping version to 2.1.7rc1tkikuchi1-2/+2
2005-12-24Change default behavior for safety.tkikuchi1-4/+7
2005-12-21Scan other text/* parts for Approve(d): <password> - bug 1181161.msapiro1-1/+29
2005-12-20Bumping release number. Now jump into beta.tkikuchi1-2/+2
2005-12-17Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi6-27/+63