Update of /cvsroot/mailman/mailman/Mailman/Handlers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20317

Modified Files:
        Cleanse.py 
Added Files:
        CleanseDKIM.py 
Log Message:
Moving deletion of Domainkey-Signature: and DKIM-Signature: headers to a
new handler to be included in both GLOBAL_PIPELINE and OWNER_PIPELINE.


Index: Cleanse.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Handlers/Cleanse.py,v
retrieving revision 2.11
retrieving revision 2.12
diff -u -d -r2.11 -r2.12
--- Cleanse.py  30 Dec 2005 18:56:46 -0000      2.11
+++ Cleanse.py  15 Jan 2006 21:03:55 -0000      2.12
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2006 by the Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -50,12 +50,3 @@
     del msg['x-confirm-reading-to']
     # Pegasus mail uses this one... sigh
     del msg['x-pmrqc']
-    # Remove any "DomainKeys" (or similar) header lines.  The values contained
-    # in these header lines are intended to be used by the recipient to detect
-    # forgery or tampering in transit, and the modifications made by Mailman
-    # to the headers and body of the message will cause these keys to appear
-    # invalid.  Removing them will at least avoid this misleading result, and
-    # it will also give the MTA the opportunity to regenerate valid keys
-    # originating at the Mailman server for the outgoing message.
-    del msg['domainkey-signature']
-    del msg['dkim-signature']

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to