summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-05-17 23:57:21 +0000
committerbwarsaw2002-05-17 23:57:21 +0000
commit774940b9220797172348e98bb52bb3954a1ece1c (patch)
tree16c6ce3aab5fd43f2be7a68a01801312bee18794
parentcdaa98af6db919c2c8e29ecab207e365f642c9d9 (diff)
downloadmailman-774940b9220797172348e98bb52bb3954a1ece1c.tar.gz
mailman-774940b9220797172348e98bb52bb3954a1ece1c.tar.zst
mailman-774940b9220797172348e98bb52bb3954a1ece1c.zip
-rw-r--r--Mailman/ListAdmin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py
index fd402ab76..2079be179 100644
--- a/Mailman/ListAdmin.py
+++ b/Mailman/ListAdmin.py
@@ -293,7 +293,7 @@ class ListAdmin:
# Queue the file for delivery by qrunner. Trying to deliver the
# message directly here can lead to a huge delay in web
# turnaround. Log the moderation and add a header.
- msg['X-Mailman-Approved-At'] = email.Utils.formatdate()
+ msg['X-Mailman-Approved-At'] = email.Utils.formatdate(localtime=1)
syslog('vette', 'held message approved, message-id: %s',
msg.get('message-id', 'n/a'))
# Stick the message back in the incoming queue for further