Hi,

if I'm not mistaken, you need to specify a character set in the LC_ALL
setting (and LANG/LC_something), so LC_ALL=it_IT should really be
LC_ALL=it_IT.iso-8859-1 or it_IT.utf-8. Of course your terminal needs
to match the setting.

A frequent error is to have config files, or more often, alias files,
with the wrong character set. Make sure there are no legacy latin1
characters in there if you are switching to utf8. (vim will often fool
the user in thinking everything is right by converting things on the
fly, but that will bite back more sooner than later.)

I'd suppose that your from header is affected by such a problem (even
though there doesn't seem to be a non-ascii char, maybe the error
message is just wrong).

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature

Reply via email to