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, cheryl.sabella, maxking, mtorromeo, r.david.murray
Date 2019-07-10.01:03:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562720603.46.0.487020283275.issue32179@roundup.psfhosted.org>
In-reply-to
Content
BareQuotedString implies the new API is being used, though that was not made clear in the report.  However, unlike the other recently closed issue, this one was in fact fixed (and I have a vague memory of reviewing the PR):

>>> m = message_from_string('ReplyTo: ""', policy=default)
>>> m['ReplyTo']
'""'
History
Date User Action Args
2019-07-10 01:03:23r.david.murraysetrecipients: + r.david.murray, barry, maxking, cheryl.sabella, mtorromeo
2019-07-10 01:03:23r.david.murraysetmessageid: <1562720603.46.0.487020283275.issue32179@roundup.psfhosted.org>
2019-07-10 01:03:23r.david.murraylinkissue32179 messages
2019-07-10 01:03:23r.david.murraycreate