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

Modified Files:
      Tag: Release_2_1-maint
        Defaults.py.in 
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: Defaults.py.in
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Defaults.py.in,v
retrieving revision 2.112.2.35
retrieving revision 2.112.2.36
diff -u -d -r2.112.2.35 -r2.112.2.36
--- Defaults.py.in      30 Dec 2005 18:50:07 -0000      2.112.2.35
+++ Defaults.py.in      15 Jan 2006 21:01:35 -0000      2.112.2.36
@@ -1,6 +1,6 @@
 # -*- python -*-
 
-# 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
@@ -476,6 +476,7 @@
     'CalcRecips',
     'AvoidDuplicates',
     'Cleanse',
+    'CleanseDKIM',
     'CookHeaders',
     # And now we send the message to the digest mbox file, and to the arch and
     # news queues.  Runners will provide further processing of the message,
@@ -494,6 +495,7 @@
 OWNER_PIPELINE = [
     'SpamDetect',
     'Replybot',
+    'CleanseDKIM',
     'OwnerRecips',
     'ToOutgoing',
     ]

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

Reply via email to