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 Abridbus, barry, drlazor8, r.david.murray
Date 2021-07-14.13:47:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626270437.09.0.17735548699.issue44637@roundup.psfhosted.org>
In-reply-to
Content
There is definitely a problem here, though I see a different problem when I run it (AttributeError: 'Group' object has no attribute 'local_part', presumably because of the ':' not getting escaped correctly).  I believe it applies to any address header, not just Reply-To.  Unfortunately I don't have time to investigate the cause, at least right now.  An interesting first step on diagnosing it might be to produce a minimal example: start deleting special characters from inside that quoted string until you find the one (or ones) that is triggering it.
History
Date User Action Args
2021-07-14 13:47:17r.david.murraysetrecipients: + r.david.murray, barry, drlazor8, Abridbus
2021-07-14 13:47:17r.david.murraysetmessageid: <1626270437.09.0.17735548699.issue44637@roundup.psfhosted.org>
2021-07-14 13:47:17r.david.murraylinkissue44637 messages
2021-07-14 13:47:16r.david.murraycreate