diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-01-23 17:35:45 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-01-23 17:35:45 -0800 |
commit | 6d0614d1b0d227b867b47ad133f7c8d2943d52f1 (patch) | |
tree | df9de2462661a7b60ec54d052deca57c2fa02d6e /NEWS | |
parent | 792407be592b8e7d523cb134a01b09101cbc2cad (diff) | |
download | mailman2-6d0614d1b0d227b867b47ad133f7c8d2943d52f1.tar.gz mailman2-6d0614d1b0d227b867b47ad133f7c8d2943d52f1.tar.xz mailman2-6d0614d1b0d227b867b47ad133f7c8d2943d52f1.zip |
Implemented dmarc_wrapped_message_text to optionally add an explanitory
text/plain part to a message wrapped via dmarc_moderation_action.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -64,6 +64,13 @@ Here is a history of user visible changes to Mailman. New Features + - There is a new list attribute dmarc_wrapped_message_text and a + DEFAULT_DMARC_WRAPPED_MESSAGE_TEXT setting to set the default for new + lists. This text is added to a message which is wrapped because of + dmarc_moderation_action in a separate text/plain part that precedes the + message/rfc822 part containing the original message. It can be used to + provide an explanation of why the message was wrapped or similar info. + - There is a new list attribute equivalent_domains and a DEFAULT_EQUIVALENT_DOMAINS setting to set the default for new lists which in turn defaults to the empty string. This provides a way to specify one |