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.

classification
Title: email.Parser trashes header
Type: Stage:
Components: Library (Lib) Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, sshah
Priority: normal Keywords:

Created on 2003-02-26 22:58 by sshah, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
trash.text sshah, 2003-02-26 23:01 interpreter transcript showing the bug
Messages (2)
msg14868 - (view) Author: Sam Shah (sshah) Date: 2003-02-26 22:58
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.
msg14869 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2003-03-03 16:15
Logged In: YES 
user_id=12800

This appears to be fixed in the folding-reimpl-branch which
will soon be committed to the email 2.5 / python 2.3 head.
History
Date User Action Args
2022-04-10 16:07:10adminsetgithub: 38063
2003-02-26 22:58:39sshahcreate