[rt-users] Decoding of requestor name broken
Igor Osin
osinig at mekhanika.ru
Thu Nov 27 06:00:31 EST 2003
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 ?
rt-3.0.7_1
perl-5.8.2
Thanks!
Igor
More information about the rt-users
mailing list