diff options
Diffstat (limited to 'src/mailman/app/moderator.py')
| -rw-r--r-- | src/mailman/app/moderator.py | 6 |
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')) |
