aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a bounces test data file not previously committed.Mark Sapiro2018-01-061-0/+91
|
* Updated test_message.py to account for optional Sender: and VERP.Mark Sapiro2017-03-051-3/+9
|
* Ensure added headers and footers have a trailing new-line.Mark Sapiro2017-03-041-5/+12
|
* Sanitized the bounce test data.Mark Sapiro2017-02-1999-6094/+657
|
* Added recognition for a newly seen mailEnable bounce.Mark Sapiro2017-02-142-1/+49
|
* Fixed some tests that were broken by prior changes.Mark Sapiro2016-02-281-8/+8
|
* When applying DMARC mitigations, CookHeaders now adds the original From:Mark Sapiro2015-01-031-9/+32
| | | | | to Cc: rather than Reply-To: in some cases to make MUA 'reply' and 'reply all' more consistent with the non-DMARC cases.
* Updated CookHeaders to always add the poster's From: address to Reply-To:Mark Sapiro2014-05-021-5/+7
| | | | when applying from_is_list transformations.
* Updated tests/test_handlers.py for recent changes to CookHeaders.py.Mark Sapiro2014-04-241-16/+132
|
* Added recognition for a kundenserver.de warning to simplewarning.pyMark Sapiro2013-12-203-3/+35
|
* Fixed a few failing tests in tests/test_handlers.py.Mark Sapiro2013-12-191-3/+6
|
* Backported fixes for lp:1074592, lp:1079249 and lp:1079254 fromMark Sapiro2013-05-303-1/+60
| | | | | lp:flufl.bounce. Actually, lp:1074592 doesn't affect MM 2, but I included the test case.
* Added recognition for another Yahoo bounce format. LP: #1157961Mark Sapiro2013-03-202-0/+17
|
* Added recognition for another Qmail bounce.Mark Sapiro2011-12-252-1/+27
|
* Fixed a problem where content filtering could remove the headers fromMark Sapiro2011-04-121-0/+252
| | | | | an attached message/rfc822 part if the message in that part is multipart/alternative and collapse_alternatives is Yes. Bug #757062.
* Added one and changed two MimeDel tests for rev 1272 changes.Mark Sapiro2011-01-251-10/+72
|
* Added bounce recognition for a bogus Dovecot MDN. Bug #693134.Mark Sapiro2010-12-222-0/+71
|
* Updated unit tests for current Mailman so all tests should pass.Mark Sapiro2010-07-1110-43/+97
|
* Added recognition for more bounces.Mark Sapiro2009-07-313-0/+57
|
* Recognize a couple more bounces.Mark Sapiro2009-02-203-0/+151
|
* Recognize a couple more bounces.Mark Sapiro2009-02-143-1/+66
|
* Now that Python 2.4 is the minimum and we will use more recent installedMark Sapiro2008-11-302-13/+13
| | | | | email packages, convert all the email message get_type() calls to get_content_type().
* Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw2008-11-122-12/+13
| | | | I've modified the patch to improve some of the stylistic issues.
* More bounce recognition improvements.Mark Sapiro2008-06-205-0/+332
|
* Made several improvements to bounce recognition.Mark Sapiro2008-06-1519-0/+372
|
* Added bounce recognition for googlemail delayed warningMark Sapiro2008-06-142-1/+81
|
* Patch #1578740 from Thijs Kinkhorst: add #! line to fblast.pyA.M. Kuchling2008-06-071-0/+1
|
* Removed bogus >From line from hotpop_01.txt bounce test messageMark Sapiro2008-03-101-1/+0
|
* Backported Bounce recognizer changes and tests from the 3.0 branchMark Sapiro2007-11-1116-1/+1818
|
* A much improved release script, which now knows about Subversion (though isn'tbwarsaw2006-09-013-3/+0
| | | | | | | yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1!
* Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.pymsapiro2006-04-044-0/+477
|
* file simple_16.txt was added on branch Release_2_1-maint on 2006-04-04 ↵msapiro2006-04-041-78/+0
| | | | 23:23:17 +0000
* file qmail_03.txt was added on branch Release_2_1-maint on 2006-04-04 ↵msapiro2006-04-041-245/+0
| | | | 23:23:17 +0000
* file dsn_14.txt was added on branch Release_2_1-maint on 2006-04-04 23:23:17 ↵msapiro2006-04-041-149/+0
| | | | +0000
* This commit was manufactured by cvs2svn to create branch2006-04-043-0/+472
| | | 'Release_2_1-maint'.
* Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2006-03-245-0/+833
|
* Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2006-03-241-0/+6
|
* Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few moremsapiro2006-03-064-5/+118
| | | | Added some more test cases.
* Added some more bounce recognition to SimpleMatch and changed the logicmsapiro2006-03-033-0/+112
| | | | | | | 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 new test bounces to test_bounces.py. Modified logic for "Stop" return.msapiro2006-03-023-0/+151
| | | | Deleted 3 wrongly named test bounce files and added with correct names.
* Added new test bounces to test_bounces.py. Modified logic for "Stop" return.msapiro2006-03-023-151/+0
| | | | Deleted 3 wrongly named test bounce files and added with correct names.
* Added new test bounces to test_bounces.py. Modified logic for "Stop" return.msapiro2006-03-021-8/+26
| | | | Deleted 3 wrongly named test bounce files and added with correct names.
* Added more test bounce messagesmsapiro2006-03-0110-0/+591
|
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-2716-16/+16
|
* no longer needed.tkikuchi2004-10-191-43/+0
|
* Update a bunch of tests.bwarsaw2003-03-311-8/+6
|
* Add ndiff hack for better error reporting of long text.bwarsaw2003-03-311-1/+20
|
* Disable this test for nowbwarsaw2003-03-311-1/+1
|
* Backporting from trunkbwarsaw2003-03-316-99/+140
|
* Copyright yearsbwarsaw2003-03-311-1/+1
|