summaryrefslogtreecommitdiff
path: root/src/mailman/chains/hold.py
diff options
context:
space:
mode:
authorBarry Warsaw2010-06-29 22:11:09 -0400
committerBarry Warsaw2010-06-29 22:11:09 -0400
commitdb19156330bf6bbca9a6e13c5d85676e43be3b29 (patch)
tree792f46e7cf0e5cc3c1ac3a693915cf4c4455168d /src/mailman/chains/hold.py
parentb3e874703bce97c121eb97dd9776da15a8b90070 (diff)
downloadmailman-db19156330bf6bbca9a6e13c5d85676e43be3b29.tar.gz
mailman-db19156330bf6bbca9a6e13c5d85676e43be3b29.tar.zst
mailman-db19156330bf6bbca9a6e13c5d85676e43be3b29.zip
Diffstat (limited to 'src/mailman/chains/hold.py')
-rw-r--r--src/mailman/chains/hold.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/chains/hold.py b/src/mailman/chains/hold.py
index 6755fe904..f5ff237d9 100644
--- a/src/mailman/chains/hold.py
+++ b/src/mailman/chains/hold.py
@@ -233,7 +233,6 @@ message will be approved for posting to the list. The Approved: header can
also appear in the first line of the body of the reply.""")),
_charset=language.charset)
dmsg['Subject'] = 'confirm ' + token
- dmsg['Sender'] = mlist.request_address
dmsg['From'] = mlist.request_address
dmsg['Date'] = formatdate(localtime=True)
dmsg['Message-ID'] = make_msgid()