summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Cleanse.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-01-13 16:17:38 -0500
committerBarry Warsaw2008-01-13 16:17:38 -0500
commit0d0c030d50e4dbd11f33ccddb96cf13fd3470cd2 (patch)
tree4e182668a895beabcb35a7659c37ac2fb04ca5bf /Mailman/Handlers/Cleanse.py
parent90355248db6f6619148abb2a9137c3a564345729 (diff)
downloadmailman-0d0c030d50e4dbd11f33ccddb96cf13fd3470cd2.tar.gz
mailman-0d0c030d50e4dbd11f33ccddb96cf13fd3470cd2.tar.zst
mailman-0d0c030d50e4dbd11f33ccddb96cf13fd3470cd2.zip
Diffstat (limited to 'Mailman/Handlers/Cleanse.py')
-rw-r--r--Mailman/Handlers/Cleanse.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/Handlers/Cleanse.py b/Mailman/Handlers/Cleanse.py
index d84f988e3..05d8b5d3b 100644
--- a/Mailman/Handlers/Cleanse.py
+++ b/Mailman/Handlers/Cleanse.py
@@ -54,3 +54,5 @@ def process(mlist, msg, msgdata):
del msg['x-confirm-reading-to']
# Pegasus mail uses this one... sigh
del msg['x-pmrqc']
+ # Don't let this header be spoofed. See RFC 5064.
+ del msg['archived-at']