https://issues.apache.org/SpamAssassin/show_bug.cgi?id=3062
--- Comment #4 from Mark Martinec <[email protected]> 2011-05-04 18:24:18 UTC --- > Anyone have any idea how much work this would need? IMO something that should > be looked into.. In amavisd I call a: use POSIX qw(locale_h); POSIX::setlocale(LC_TIME,"C"); early at the start of the master process, so everything underneath works with a C locale, including SpamAssassin. I guess the same could be done in spamd. Not sure if that would cause any surprises or platform dependency problems (e.g. amavisd doesn't need to work under Windows). -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
