1 --- scripts/cs_helpers.pyin.orig 2004-11-28 14:35:23.000000000 +0100
2 +++ scripts/cs_helpers.pyin 2005-06-19 20:55:49.000000000 +0200
4 # (at your option) any later version.
9 # the name of the config file read by the scripts; see there for options and
12 msg['Subject']=mail_subject
15 + msg['Date']=time.strftime('%a, %d %b %Y %H:%M:%S %z')
17 msg.preamble = 'This is a Multipart-MIME-message. Please use a capable mailer.\n'
18 msg.epilogue = '' # To guarantee the message ends with a newline
20 msg['Subject'] = mail_subject
21 msg['From'] = mail_from
23 + msg['Date'] = time.strftime('%a, %d %b %Y %H:%M:%S %z')
26 server = smtplib.SMTP('localhost')