diff options
| author | Barry Warsaw | 2010-09-20 17:28:00 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-09-20 17:28:00 -0400 |
| commit | 922b669dc02ceee78cf7a79860a4fcb977ab4634 (patch) | |
| tree | f6eeeb41d01dc34b0249392424a022db7b9a50a1 /src/mailman/pipeline/cleanse.py | |
| parent | d4019857e9765e18418b6ead23a4bbde4212ef39 (diff) | |
| download | mailman-922b669dc02ceee78cf7a79860a4fcb977ab4634.tar.gz mailman-922b669dc02ceee78cf7a79860a4fcb977ab4634.tar.zst mailman-922b669dc02ceee78cf7a79860a4fcb977ab4634.zip | |
Diffstat (limited to 'src/mailman/pipeline/cleanse.py')
| -rw-r--r-- | src/mailman/pipeline/cleanse.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/pipeline/cleanse.py b/src/mailman/pipeline/cleanse.py index a74a381e8..92e937dd3 100644 --- a/src/mailman/pipeline/cleanse.py +++ b/src/mailman/pipeline/cleanse.py @@ -53,6 +53,8 @@ class Cleanse: # Remove headers that could contain passwords. del msg['approved'] del msg['approve'] + del msg['x-approved'] + del msg['x-approve'] del msg['urgent'] # We remove other headers from anonymous lists. if mlist.anonymous_list: |
