Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-03 | When applying DMARC mitigations, CookHeaders now adds the original From: | Mark Sapiro | 1 | -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. | |||||
2014-05-02 | Updated CookHeaders to always add the poster's From: address to Reply-To: | Mark Sapiro | 1 | -5/+7 | |
when applying from_is_list transformations. | |||||
2014-04-24 | Updated tests/test_handlers.py for recent changes to CookHeaders.py. | Mark Sapiro | 1 | -16/+132 | |
2013-12-19 | Fixed a few failing tests in tests/test_handlers.py. | Mark Sapiro | 1 | -3/+6 | |
2011-04-12 | Fixed a problem where content filtering could remove the headers from | Mark Sapiro | 1 | -0/+252 | |
an attached message/rfc822 part if the message in that part is multipart/alternative and collapse_alternatives is Yes. Bug #757062. | |||||
2011-01-25 | Added one and changed two MimeDel tests for rev 1272 changes. | Mark Sapiro | 1 | -10/+72 | |
2010-07-11 | Updated unit tests for current Mailman so all tests should pass. | Mark Sapiro | 1 | -12/+21 | |
2008-11-30 | Now that Python 2.4 is the minimum and we will use more recent installed | Mark Sapiro | 1 | -10/+10 | |
email packages, convert all the email message get_type() calls to get_content_type(). | |||||
2008-11-12 | Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178. | Barry Warsaw | 1 | -4/+5 | |
I've modified the patch to improve some of the stylistic issues. | |||||
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2003-03-31 | Update a bunch of tests. | bwarsaw | 1 | -8/+6 | |
2003-03-31 | Backporting from trunk | bwarsaw | 1 | -75/+33 | |