summaryrefslogtreecommitdiff
path: root/src/mailman/app/moderator.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-06-01 17:09:32 -0400
committerBarry Warsaw2011-06-01 17:09:32 -0400
commitbf8b285acb8c2500e52ae2582f27513b9842de54 (patch)
tree53e30be0bb665d66a9350fe58d22697c4c0a860e /src/mailman/app/moderator.py
parent0f85fb344688e1982e9320e79b7fb38eefc1ac53 (diff)
downloadmailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.gz
mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.zst
mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.zip
Diffstat (limited to 'src/mailman/app/moderator.py')
-rw-r--r--src/mailman/app/moderator.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman/app/moderator.py b/src/mailman/app/moderator.py
index a2f838934..1b9f21d2a 100644
--- a/src/mailman/app/moderator.py
+++ b/src/mailman/app/moderator.py
@@ -141,9 +141,9 @@ def handle_message(mlist, id, action,
# delivery errors will cause duplicates.
if 'filebase' in msgdata:
del msgdata['filebase']
- # 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.
+ # Queue the file for delivery. 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'] = formatdate(localtime=True)
vlog.info('held message approved, message-id: %s',
msg.get('message-id', 'n/a'))