diff options
| author | bwarsaw | 2001-08-01 23:17:53 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-08-01 23:17:53 +0000 |
| commit | 7b165c330c87af1313e69effb4e3f00085133ad9 (patch) | |
| tree | b567ff26ceeaea3aa72c1871d856f940b302f8c3 | |
| parent | 239efcf35f724bedbc23315513d76a94d7413d90 (diff) | |
| download | mailman-7b165c330c87af1313e69effb4e3f00085133ad9.tar.gz mailman-7b165c330c87af1313e69effb4e3f00085133ad9.tar.zst mailman-7b165c330c87af1313e69effb4e3f00085133ad9.zip | |
| -rw-r--r-- | Mailman/Handlers/Cleanse.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Handlers/Cleanse.py b/Mailman/Handlers/Cleanse.py index f888f894f..d3c85eeb8 100644 --- a/Mailman/Handlers/Cleanse.py +++ b/Mailman/Handlers/Cleanse.py @@ -26,6 +26,7 @@ def process(mlist, msg, msgdata): del msg['urgent'] # We remove other headers from anonymous lists if mlist.anonymous_list: + del msg['from'] del msg['reply-to'] del msg['sender'] msg['From'] = mlist.GetAdminEmail() |
