[rt-users] Decoding of requestor name broken

Jesse Vincent jesse at bestpractical.com
Wed Dec 3 01:19:25 EST 2003




On Thu, Nov 27, 2003 at 06:58:10PM +0400, Igor Osin wrote:
> > > Hi!
> > >
> > > The problem is that the perfectly valid requestor name like
> > > "=?koi8-r?B?9MHU2NHOwSDixczRy8/XwQ==?=" (in "From:" message field) after
> RT
> > > processing becomes broken.
> > >
> > > It seems that the bug in lib/RT/Interface/Email.pm line 208:
> > > $Name = Encode::encode(utf8 => $Name, Encode::FB_PERLQQ()) if defined
> $Name;
> > >
> > > Before processing this line $Name contains a valid name (in utf-8), but
> > > after it becomes broken.
> > > Is there any way to fix this ?

Yeah. that line is historical and should be removed. And has been as of
change 376.

	-jesse
-- 
http://www.bestpractical.com/rt  -- Trouble Ticketing. Free.



More information about the rt-users mailing list