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 barry, japh44, r.david.murray
Date 2013-01-23.13:24:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358947489.49.0.438194225049.issue17017@psf.upfronthosting.co.za>
In-reply-to
Content
It's sort-of a bug, and sort-of not.  getaddresses is expecting to parse an already unfolded header, but the pre-3.3 email package does not unfold headers automatically.  See issue 11050 for more information.
History
Date User Action Args
2013-01-23 13:24:49r.david.murraysetrecipients: + r.david.murray, barry, japh44
2013-01-23 13:24:49r.david.murraysetmessageid: <1358947489.49.0.438194225049.issue17017@psf.upfronthosting.co.za>
2013-01-23 13:24:49r.david.murraylinkissue17017 messages
2013-01-23 13:24:49r.david.murraycreate