Roundup Tracker - Issues

Message2122

Author schlatterbeck
Recipients
Date 2006-01-25.10:55:47
Message-id
In-reply-to
For the following subject line roundup does not seem to
correctly decode the subject and I'm getting the error
message below:

Subject: Re: [it_issue3]
 =?ISO-8859-1?Q?Ren=E9s_Rechner_[responsible=3Dgsteiner=2Cstatus=3D?=
 =?ISO-8859-1?Q?feedback]?=

Note that the subject line has two continuation lines
(and they *do* start with a space but the broken
sourceforge interface breaks them -- when will we use
roundup for roundup bug-reporting :-)

The error message I'm getting indicates that roundup
can't correctly decode the subject (the stop/start of
the utf-8 encoding seems to be the problem), looks like
the "fe" of "feedback" got interpreted as a hexcode of
an escaped part -- although the '=' preceding it was
correctly encoded as '=3D':

"""
There were problems handling your subject line argument
list:
- not of form [arg=value,value,...;arg=value,value,...]

Subject was: "Re: [it_issue3] Renés Rechner
[responsible=gsteiner,status?edback]"
"""

Version of roundup is 0.8.4; The mailer was Lotus Notes :-(
History
Date User Action Args
2009-02-03 14:21:35adminlinkissue1414465 messages
2009-02-03 14:21:35admincreate