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 memeplex
Recipients memeplex
Date 2009-03-06.07:51:13
SpamBayes Score 1.75462e-07
Marked as misclassified No
Message-id <1236325877.36.0.637700625895.issue5430@psf.upfronthosting.co.za>
In-reply-to
Content
For example, after that "normalization", quoted printable encoded
headers (as described at rfc 2047) longer than 76 characters are
splitted in two different ill-formed headers because the soft LF line
break becomes a "hard" CRLF one. This is clearly wrong.

rfc 2060 specifically allows CR and LF inside literals:

"""
A literal is a sequence of zero or more octets (including CR and LF),
prefix-quoted with an octet count in the form of an open brace ("{"),
the number of octets, close brace ("}"), and CRLF.
"""
History
Date User Action Args
2009-03-06 07:51:17memeplexsetrecipients: + memeplex
2009-03-06 07:51:17memeplexsetmessageid: <1236325877.36.0.637700625895.issue5430@psf.upfronthosting.co.za>
2009-03-06 07:51:15memeplexlinkissue5430 messages
2009-03-06 07:51:14memeplexcreate