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 maxking
Recipients barry, maxking, mtorromeo, r.david.murray
Date 2019-06-14.18:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560537908.29.0.049520353056.issue32179@roundup.psfhosted.org>
In-reply-to
Content
I wasn't able to reproduce this on the latest master. Probably fixed as a part of some other PR.

    >>> msg = email.message_from_string('ReplyTo: ""')
    >>> msg
    <email.message.Message object at 0x7f1fc6c82eb0>
    >>> msg['ReplyTo']
    '""'

I think this issue can be closed.
History
Date User Action Args
2019-06-14 18:45:08maxkingsetrecipients: + maxking, barry, r.david.murray, mtorromeo
2019-06-14 18:45:08maxkingsetmessageid: <1560537908.29.0.049520353056.issue32179@roundup.psfhosted.org>
2019-06-14 18:45:08maxkinglinkissue32179 messages
2019-06-14 18:45:08maxkingcreate