Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Tip for Win admins on logs

This is just a small tip to keep others from having to pull their hair out.  [:)]
 
Yesterday I was trying to throw together a vbscript script I could use to generate some statistics after parsing the Exim log and it wasn't working correctly, but it should have been.  It was driving me nuts.  The issue turned out to be a problem with separating lines in the log.  Astaro, being Linux based, uses Unix formatting which stipulates line separation by LF (line feed).  Windows/DOS on the other hand uses CRLF (carriage return line feed) as the separator.  My script was looking for crlf, which didn't exist, so was seeing the log as one big line.


This thread was automatically locked due to age.
Parents Reply Children
No Data