On Thu, 2007-05-03 at 12:03 -0700, Ask Bjørn Hansen wrote: > On May 3, 2007, at 8:20 AM, Dominik Meyer wrote: > > > + #me need the english/C Locale here otherwise problems with > > outlook client > > + my $loc = setlocale( LC_ALL, "C" ); > > Why store it in $loc if we don't reset it later? > > Would it make sense to just force setlocale( LC_ALL, "C" ); on startup?
What I have seen elsewhere is (equivalent to):
LANG=C ./qpsmtpd-forkserver
but that might be excessive.
>
>
> - ask
--
--gh
