------------------------------------------------------------ revno: 1686 fixes bug: https://launchpad.net/bugs/1645901 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Tue 2016-11-29 15:40:04 -0800 message: Removed CleanseDKIM from OWNER_PIPELINE because of DMARC issues on anonymous lists. modified: Mailman/Defaults.py.in NEWS
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Defaults.py.in' --- Mailman/Defaults.py.in 2016-07-15 02:10:24 +0000 +++ Mailman/Defaults.py.in 2016-11-29 23:40:04 +0000 @@ -666,7 +666,6 @@ OWNER_PIPELINE = [ 'SpamDetect', 'Replybot', - 'CleanseDKIM', 'OwnerRecips', 'ToOutgoing', ] === modified file 'NEWS' --- NEWS 2016-11-24 16:24:14 +0000 +++ NEWS 2016-11-29 23:40:04 +0000 @@ -23,6 +23,10 @@ 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)
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org