From e9b78cfd715a2897aa065fb43fcbbc95cd05f17d Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Tue, 5 Mar 2002 04:49:09 +0000 Subject: __handlepost(): Change the moderation header from X-Moderated: to X-Mailman-Approved-At: and remove the address of the approver (it's always going to be some alias for the list's moderators or admins). --- Mailman/ListAdmin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Mailman/ListAdmin.py') 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 -- cgit v1.2.3-70-g09d2