Update of /cvsroot/mailman/mailman/Mailman
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20735
Modified Files:
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.135
retrieving revision 2.136
diff -u -d -r2.135 -r2.136
--- Defaults.py.in 30 Dec 2005 18:56:44 -0000 2.135
+++ Defaults.py.in 15 Jan 2006 21:05:42 -0000 2.136
@@ -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