Using maildrop v2.3+ causes qmail-scanner to break with "Unknown 
character set: ANSI_X3.4-1968".  Reverting to 2.2 causes the errors to 
go away.

Running the reformime commands manually (both from 2.2 and 2.4) produces 
no errors, which leads me to suspect the issue isn't a problem with 
maildrop , but instead something that qmail-scanner was using in a 
broken state which reformime is now using correctly.

It looks like only one other person has reported my exact issue (as far 
as google can find), and it's both in japanese, and without resolution.

UPDATE:  My assumption above was correct, qmail-scanner sets

$ENV{'LC_ALL'}= $ENV{'LANG'} = $ENV{'LANGUAGE'} = 'C';
POSIX::setlocale(&POSIX::LC_ALL,'C');

Which is why reformime breaks.  Setting it to:

$ENV{'LC_ALL'}= $ENV{'LANG'} = $ENV{'LANGUAGE'} = 'en_US.UTF-8';
POSIX::setlocale(&POSIX::LC_ALL,'en_US.UTF-8');

Results in a perfectly working, unbroken system.  (On my machine $LANG= 
'en_US.UTF-8')

I am posting this result just in case someone else comes along wondering 
why it's suddenly not working.



------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Qmail-scanner-general mailing list
Qmail-scanner-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to