[ mailman-Patches-1301983 ] Fix for lack of date header in new list notification emails

SourceForge.net noreply at sourceforge.net
Fri Sep 23 22:00:06 CEST 2005


Patches item #1301983, was opened at 2005-09-23 20:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1301983&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: list administration
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Bjorn-Erik Townsend (eriktown)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix for lack of date header in new list notification emails

Initial Comment:
This is a fix for Bug 1212066, where the notification
email sent to the Mailman site owner after a new list
is created using the Web UI does not include a Date
header as required by RFC 2822.  The underlying issue
appears to be that the notification email is being sent
with an outdated or incorrect method (outq.enqueue
instead of msg.send).  I simply took the same code that
is used in the newlist script to do this and added it
here, along with the code that it ensures that the
header uses the site owner list's preferred language.  

This patch also includes a fix for a bug that has not
been reported, in which notification emails sent upon
list removal experience the same issue.  

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1301983&group_id=103


More information about the Mailman-coders mailing list