[Python-bugs-list] [ python-Bugs-693996 ] email.Parser trashes header

SourceForge.net noreply@sourceforge.net
Wed, 26 Feb 2003 15:17:47 -0800


Bugs item #693996, was opened at 2003-02-26 17:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=693996&group_id=5470

Category: Python Library
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Sam Shah (sshah)
>Assigned to: Barry A. Warsaw (bwarsaw)
Summary: email.Parser trashes header

Initial Comment:

email.Parser trashes a long-lined recipient list if it
is parsed more than once.

The attached interpreter transcript demonstrates this
problem. During the first parsing, it rewrites the
header of the message (okay). But during the second
parsing, recipient C is missing from the list.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=693996&group_id=5470