------------------------------------------------------------
revno: 1002
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Sun 2007-11-04 14:41:26 -0800
message:
  Added removal of Authentication-Results: header.
modified:
  Mailman/Handlers/CleanseDKIM.py

=== modified file 'Mailman/Handlers/CleanseDKIM.py'
--- a/Mailman/Handlers/CleanseDKIM.py   2007-05-08 03:16:04 +0000
+++ b/Mailman/Handlers/CleanseDKIM.py   2007-11-04 22:41:26 +0000
@@ -29,8 +29,8 @@
 
 
 def process(mlist, msg, msgdata):
-    if not mm_cfg.REMOVE_DKIM_HEADERS:
-        return
-    del msg['domainkey-signature']
-    del msg['dkim-signature']
+    if mm_cfg.REMOVE_DKIM_HEADERS:
+        del msg['domainkey-signature']
+        del msg['dkim-signature']
+        del msg['authentication-results']
 



--

https://code.launchpad.net/~mailman-coders/mailman/2.1

You are receiving this branch notification because you are subscribed to it.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+subscription/mailman-checkins.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to