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

Daniel Lemke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Daniel Lemke <[email protected]> 2011-11-02 13:38:11 
UTC ---
Hmm, not really making a difference here using $/
The logfile still uses only a linefeed as separator.


Had a quick look to the perlport docs Kevin mentioned, wouldn't it be suitable
using 

use Socket qw(:DEFAULT :crlf);

instead?

...

  my($nwrite) = syswrite(STDLOG, sprintf("%s[%s] %s: %s%s",
                                         $timestamp, $$, $level, $msg, $CRLF));

...

On my Windows it did the trick :)

Daniel

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to