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-15.08:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626336705.49.0.801368644073.issue44637@roundup.psfhosted.org>
In-reply-to
Content
Thanks David,

Here is some other tests I ran
Issuing: 
- msg['Reply-To'] = '"foo Research Inc Foofoo BarBar on Summer Special Friday 050 days (2021-02-31" <catchall@foobar.exchange.com>'

- msg['Reply-To'] = '"foo Research Inc Foofoo BarBar on Summer Special Friday 050 days 20210231   " <catchall@foobar.exchange.com>'

But:
msg['Reply-To'] = '"foo Research Inc Foofoo BarBar on Summer Special Friday 050 days 20210231  " <catchall@foobar.exchange.com>'

worked. It looks more related to the length of the name than the character used.
History
Date User Action Args
2021-07-15 08:11:45Abridbussetrecipients: + Abridbus, barry, r.david.murray, drlazor8
2021-07-15 08:11:45Abridbussetmessageid: <1626336705.49.0.801368644073.issue44637@roundup.psfhosted.org>
2021-07-15 08:11:45Abridbuslinkissue44637 messages
2021-07-15 08:11:45Abridbuscreate