Roundup Tracker - Issues

Issue 651358

classification
Date header missing in mails
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: richard : richard, rochecompaan
Priority: normal :

Created on 2002-12-10 10:14 by rochecompaan, last changed 2002-12-10 10:14 by rochecompaan.

Messages
msg530 Author: [hidden] (rochecompaan) Date: 2002-12-10 10:14
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
2002-12-10 10:14:13rochecompaancreate