http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5748
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4213 is|0 |1
obsolete| |
------- Additional Comments From [EMAIL PROTECTED] 2007-12-26 02:15 -------
Created an attachment (id=4215)
--> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=4215&action=view)
Better patch as suggested by Mark in comment #13
Thank, Mark.
Setting LC_ALL in $ENV works. I had to move the $my fh up to put it outside the
block. Doing it this way keeps the portability to what it was before, as
setting LC_ALL will just be ignored if it is not needed. Much better than the
first patch I proposed.
I like this better than adding a dependency on File::Sort.
Committed to trunk revision 606874.
I tried setlocale() already. It doesn't work. I guess that it sets the logical
environment for perl but does not actually set the environment variable that is
passed through to the shell call.
I'm calling for review and votes for 3.2.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.