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, kirelagin, r.david.murray
Date 2015-05-02.12:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430570396.21.0.5039124938.issue24066@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, but that is intentional.  Those fields can only appear once per message, per the RFC.  The new email API will raise an error if you attempt to add them more than once.  Perhaps we should raise an error instead of ignoring the duplicates, given that we are actively inspecting those headers.
History
Date User Action Args
2015-05-02 12:39:56r.david.murraysetrecipients: + r.david.murray, barry, kirelagin
2015-05-02 12:39:56r.david.murraysetmessageid: <1430570396.21.0.5039124938.issue24066@psf.upfronthosting.co.za>
2015-05-02 12:39:56r.david.murraylinkissue24066 messages
2015-05-02 12:39:56r.david.murraycreate