Roundup Tracker - Issues

Message530

Author rochecompaan
Recipients
Date 2002-12-10.10:14:13
Message-id
In-reply-to
The "Date" header is required by rfc822 and one cannot
always rely on  the MTA to insert this header.  Mails
sent by Roundup are missing this header.

A one liner in "send_message" in roundupdb.py should do
the job:

 writer.addheader('Date', time.strftime("%a, %d %b %Y
%H:%M:%S +0000", time.gmtime()))
History
Date User Action Args
2009-02-03 14:20:10adminlinkissue651358 messages
2009-02-03 14:20:10admincreate