Menu

#385 Fix for lack of date header in new list notification emails

Mailman 2.1
closed-fixed
nobody
5
2005-09-25
2005-09-23
No

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.

Discussion

  • Bjorn-Erik Townsend

    Patch for Manual.py in Mailman/MTA/.

     
  • Tokio Kikuchi

    Tokio Kikuchi - 2005-09-25
    • status: open --> closed-fixed
     
  • Tokio Kikuchi

    Tokio Kikuchi - 2005-09-25

    Logged In: YES
    user_id=67709

    Fixed it in a slightly different way. Thanks anyway for the
    direction of where to fix. See CVS.

     

Log in to post a comment.