Hi!
My Perl version is 5.8.4.
What i did to work-around the issue of perl pushing non-utf mail to unicode based postgresql
is something more global - i wrote a simple script in (plz don't kill me ) python
which runs before postmaster.pl. This script receives e-mail in *any* encoding and recodes it to utf-8. particulary "to" "from" "subject" converted from "?=some_encoding?E20=E34=...." to "?=utf-8?...."
ofcourse the body of the message converted too (that's the easy part).
It works great on plain-text with no attachments.
I still need to figure out what to do with multipart mail (html) and encoded message body.


Boris.


Alessandro Ranellucci wrote:

On 5-06-2004 at 10:24, Robert Kehl wrote:

>What is your Perl version? If you own perl 5.8.0 at least, you should
>be able to convert from any to utf-8. It is not possible below Perl
>5.8.0.

Also, I strongly suggest to upgrade to 5.8.4 rather than running 5.8.0
(that contains some major bugs with utf8 support).




- Alessandro
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting fÃr Ihr OTRS System?
=http://www.otrs.de/



_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

Reply via email to