From 4229d22bceb4f9c3811efe597112e6ac7d1a9626 Mon Sep 17 00:00:00 2001 From: msapiro <> Date: Sun, 13 Nov 2005 02:43:10 +0000 Subject: Remove Approve: header as well as Approved: --- Mailman/Handlers/Cleanse.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mailman/Handlers/Cleanse.py b/Mailman/Handlers/Cleanse.py index 1f6bcb6f..b6e839bd 100644 --- a/Mailman/Handlers/Cleanse.py +++ b/Mailman/Handlers/Cleanse.py @@ -27,6 +27,8 @@ def process(mlist, msg, msgdata): # this after the information on the header is actually used, but before a # permanent record of the header is saved. del msg['approved'] + # Remove this one too. + del msg['approve'] # Also remove this header since it can contain a password del msg['urgent'] # We remove other headers from anonymous lists -- cgit v1.2.3