You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2013/03/01 02:27:11 UTC

[Bug 3062] SpamAssassin should be "locale safe"

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=3062

--- Comment #6 from Mark Martinec <Ma...@ijs.si> ---
(In reply to comment #4)
> 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.

(In reply to comment #5)
> I've changed the milestone on this to 3.4.0.  Picking a locale for
> consistent behavior is likely to be a great idea.  It may cause some grief
> in testing but I know people with amavis, etc. that are already doing this
> in practice.

Ok, let's see what breaks...
Adding to spamd:
  use POSIX qw(locale_h);
  POSIX::setlocale(LC_TIME,'C');

trunk:
  Bug 3062: SpamAssassin should be "locale safe"
Sending spamd/spamd.raw
Committed revision 1451451.

-- 
You are receiving this mail because:
You are the assignee for the bug.