Re: [Qmail-scanner-general] Qmail-Scanner 2.08 with Maildrop 2.3.0

2010-02-14 Thread Jason Haar
On 02/14/2010 04:35 PM, Archives wrote: > > According to the guy who developed reformime (who i talked to today), > reformime inherits $LANG from it's parent process, it might be as simple > as putting in a special case where $LANG is set before calling > reformime... but I didn't have confidenc

Re: [Qmail-scanner-general] Qmail-Scanner 2.08 with Maildrop 2.3.0

2010-02-13 Thread Archives
On 2/13/2010 7:16 PM, Jason Haar wrote: > On 02/14/2010 03:55 PM, Archives wrote: > >> 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, u

Re: [Qmail-scanner-general] Qmail-Scanner 2.08 with Maildrop 2.3.0

2010-02-13 Thread Jason Haar
On 02/14/2010 03:55 PM, Archives wrote: > 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