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 Abridbus
Recipients Abridbus, barry, drlazor8, r.david.murray
Date 2021-07-14.12:44:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626266697.4.0.946779337742.issue44637@roundup.psfhosted.org>
In-reply-to
Content
Hello,

When using as_string() on a Reply-To header like the following:
msg['Reply-To'] = '"foo Research, Inc. Foofoo BarBar on Summer Special Friday: 0.50 days (2021-02-31)" <catchall@foobar.exchange.com>'

The double quote disappear, which lead to wrong header value

See attached file for example
History
Date User Action Args
2021-07-14 12:44:57Abridbussetrecipients: + Abridbus, barry, r.david.murray, drlazor8
2021-07-14 12:44:57Abridbussetmessageid: <1626266697.4.0.946779337742.issue44637@roundup.psfhosted.org>
2021-07-14 12:44:57Abridbuslinkissue44637 messages
2021-07-14 12:44:57Abridbuscreate