summaryrefslogtreecommitdiff
path: root/Mailman/Utils.py
diff options
context:
space:
mode:
authorbwarsaw1999-07-21 01:04:08 +0000
committerbwarsaw1999-07-21 01:04:08 +0000
commit2d46049227eb74b7d56900e461434b287d546f2c (patch)
tree739826332cd7d48b4f990479f3ce993e397414ed /Mailman/Utils.py
parent790a3861b55389539265ad87421f2bac8e24b2a2 (diff)
downloadmailman-2d46049227eb74b7d56900e461434b287d546f2c.tar.gz
mailman-2d46049227eb74b7d56900e461434b287d546f2c.tar.zst
mailman-2d46049227eb74b7d56900e461434b287d546f2c.zip
Diffstat (limited to 'Mailman/Utils.py')
-rw-r--r--Mailman/Utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index 31bf852bc..6acb2680f 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -157,8 +157,6 @@ def DeliverToUser(msg, recipient, add_headers=[]):
pass
if not msg.getheader('to'):
msg.headers.append('To: %s\n' % recipient)
- if not msg.getheader('date'):
- msg.SetDate()
for i in add_headers:
if i and i[-1] != '\n':
i = i + '\n'