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, r.david.murray, vitas1
Date 2021-07-24.00:59:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627088382.5.0.885446186517.issue44694@roundup.psfhosted.org>
In-reply-to
Content
I suspect maxheaderlen=0 works because it causes the original lines to be re-emitted without any folding or other processing.  Without that, lines longer than the default max_line_length get refolded.

Can you provide an example of an input message that triggers this problem?
History
Date User Action Args
2021-07-24 00:59:42r.david.murraysetrecipients: + r.david.murray, barry, vitas1
2021-07-24 00:59:42r.david.murraysetmessageid: <1627088382.5.0.885446186517.issue44694@roundup.psfhosted.org>
2021-07-24 00:59:42r.david.murraylinkissue44694 messages
2021-07-24 00:59:42r.david.murraycreate