Juan,
> I have set up an imap server (courier) with postfix on OpenBSD. I have a
> problem where French accents (à, é, ï, etc) are showing up mangled ("É"
> instead of "É" for instance). I discovered when I turned off the
> redirection from postfix to amavisd-new that everything showed up fine.
> Can someone please tell me how to fix this?
> I am running version 2.4.5
Upgrade to libnet-1.21, or downgrade to libnet-1.19,
or upgrade amavisd-new to 2.5.1 and forget about libnet.
amavisd-new-2.5.0 release notes :
- abandon the use of libnet (modules Net::SMTP and Net::Cmd), replaced by
own code to implement client-side SMTP and LMTP protocol support, with a
full support for pipelining and IPv6. Some of my issues with Net::SMTP go
back to year 2002, but the one that broke camel's back is a 3+ months
status quo in not fixing a serious misfeature introduced in 1.20, which
mangles 8-bit characters in mail, causing a series of support questions,
and even affecting some larger service providers without them realizing
there is a problem. Here are some relevant bug reports:
http://rt.cpan.org/Public/Bug/Display.html?id=24835
http://rt.cpan.org/Public/Bug/Display.html?id=2608
http://rt.cpan.org/Public/Bug/Display.html?id=2607
http://rt.cpan.org/Public/Bug/Display.html?id=14875
http://rt.cpan.org/Public/Bug/Display.html?id=9394
P.S. libnet-1.21 eventually fixed the UTF8 encoding problem and
added support for ENVID and AUTH options; other issues are still open
(e.g. split code/text in smtp status, no pipelining support, no LMTP);
Mark
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/