[issue6153] email parsing - Rare Failure

2009-06-02 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This is a duplicate of issue170. -- nosy: +amaury.forgeotdarc resolution: -> duplicate status: open -> closed superseder: -> email parser incorrectly breaks headers with a CRLF at 8192 ___ Python tracker

[issue6153] email parsing - Rare Failure

2009-05-31 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> barry nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6153] email parsing - Rare Failure

2009-05-30 Thread Winston Ewert
New submission from Winston Ewert : I was using email.message_from_string which eventually feeds block of 8192 bytes into the actual e-mail parsing code. However, in my case one the blocks split the \r\n at the end of a submessage. This caused the code to identify it as two newlines and thus the