Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep the date header in wrapped messages. | Mark Sapiro | 2016-05-13 | 1 | -1/+2 |
| | |||||
* | Implemented dmarc_wrapped_message_text to optionally add an explanitory | Mark Sapiro | 2015-01-23 | 1 | -4/+18 |
| | | | text/plain part to a message wrapped via dmarc_moderation_action. | ||||
* | Add some explanitory comments for why we defer some Munge From changes | Mark Sapiro | 2015-01-04 | 1 | -2/+3 |
| | | | | to WrapMessage. Correct a misplaced item in NEWS. | ||||
* | When applying DMARC mitigations, CookHeaders now adds the original From: | Mark Sapiro | 2015-01-03 | 1 | -1/+4 |
| | | | | | to Cc: rather than Reply-To: in some cases to make MUA 'reply' and 'reply all' more consistent with the non-DMARC cases. | ||||
* | Minor cleanup. Removed unused imports. | Mark Sapiro | 2014-06-29 | 1 | -4/+2 |
| | |||||
* | Changed the fix for LP: #1316682 to not create a message that triggers | Mark Sapiro | 2014-05-17 | 1 | -2/+2 |
| | | | | | Python issue 7970 rather than incorporating the fix for issue 7970 in our Generator subclass. | ||||
* | The Reply-To: munging options weren't honored if there was no | Mark Sapiro | 2014-04-25 | 1 | -12/+9 |
| | | | | from_is_list action. (LP: #1313010) | ||||
* | Fixed the Munge From action to not actually Munge the From: or Reply-To: | Mark Sapiro | 2014-04-23 | 1 | -0/+17 |
| | | | | | until after the message has been sent to the archive, digest and usenet gateway. | ||||
* | Added and modified various options regarding DMARC. See the NEWS file. | Mark Sapiro | 2014-04-15 | 1 | -2/+3 |
| | |||||
* | Renamed author_is_list to from_is_list. | Mark Sapiro | 2013-09-28 | 1 | -1/+1 |
| | |||||
* | Made author_is_list a 3-way with an option to wrap the message. | Mark Sapiro | 2013-09-27 | 1 | -0/+57 |