aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-11-29 15:40:04 -0800
committerMark Sapiro <mark@msapiro.net>2016-11-29 15:40:04 -0800
commit62c260510d4918841d320d1dfc760238e87b8af6 (patch)
treefab1afc0c145768aa5f4bc91f87a0e9b646bf486 /NEWS
parent564f98f744356c544c386878a0a231393beb5229 (diff)
downloadmailman2-62c260510d4918841d320d1dfc760238e87b8af6.tar.gz
mailman2-62c260510d4918841d320d1dfc760238e87b8af6.tar.xz
mailman2-62c260510d4918841d320d1dfc760238e87b8af6.zip
Removed CleanseDKIM from OWNER_PIPELINE because of DMARC issues on anonymous lists.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 70a054eb..2e89898e 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - The CleanseDKIM handler has been removed from OWNER_PIPELINE. It isn't
+ needed there and has adverse DMARC implications for messages to -owner
+ of an anonymous list. (LP: #1645901)
+
- Fixed an issue with properly RFC 2047 encoding the display name in the
From: header for messages with DMARC mitigations. (LP: #1643210)