diff options
Diffstat (limited to 'Mailman/ListAdmin.py')
| -rw-r--r-- | Mailman/ListAdmin.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index 79d98e2eb..0fad19aaf 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -267,8 +267,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-Moderated'] = '<%s> %s' % (self.GetOwnerEmail(), - email.Utils.formatdate()) + msg['X-Mailman-Approved-At'] = email.Utils.formatdate() syslog('vette', 'held message approved, message-id: %s', msg.get('message-id', 'n/a')) # Stick the message back in the incoming queue for further |
