This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients r.david.murray, simon04, vinay.sajip
Date 2015-10-15.13:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444917105.08.0.915796382743.issue25411@psf.upfronthosting.co.za>
In-reply-to
Content
This mostly looks good to me, Vinay.

Simon: did you intentionally omit the date header, and if so why?  (The smtp server normally adds one, but you can't really depend on that).  Adding it would look like:

  msg['Date'] = email.utils.localtime()

(Hmm.  I wonder if send_message should add Date header if there isn't one...)
History
Date User Action Args
2015-10-15 13:51:45r.david.murraysetrecipients: + r.david.murray, vinay.sajip, simon04
2015-10-15 13:51:45r.david.murraysetmessageid: <1444917105.08.0.915796382743.issue25411@psf.upfronthosting.co.za>
2015-10-15 13:51:45r.david.murraylinkissue25411 messages
2015-10-15 13:51:44r.david.murraycreate