Roundup Tracker - Issues

Message2123

Author schlatterbeck
Recipients
Date 2006-01-26.08:29:26
Message-id
In-reply-to
Logged In: YES 
user_id=34818

I've now added this case as a doctest for decode_header in
rfc2822.py and this works. The problem is *not* in the
decoding of the header: The problem is in the generated
error message. Seems the error message gets appended
verbatim to the message text which is encoded in quoted
printable. The original header contained a "," instead of
";" for separating the two set-commands. But the resulting
error message suggested something else.
I've changed the title of this bug-report accordingly.
History
Date User Action Args
2009-02-03 14:21:35adminlinkissue1414465 messages
2009-02-03 14:21:35admincreate