aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMailman/Defaults.py.in1
-rw-r--r--NEWS4
2 files changed, 4 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 9ecdbe62..fb2b26b6 100755
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -666,7 +666,6 @@ GLOBAL_PIPELINE = [
OWNER_PIPELINE = [
'SpamDetect',
'Replybot',
- 'CleanseDKIM',
'OwnerRecips',
'ToOutgoing',
]
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)