[xmail] Re: XMail Log Archiver

2006-05-03 Thread Davide Libenzi
On Tue, 2 May 2006, postmaster - networkoftheapes.net wrote: I've created a log archival and analysis tool for XMail. Those that are interested can check it out at http://xmlogarch.sourceforge.net It's currently a beta release as I have a tiny bit more to go before decent Win32 support.

[xmail] Re: XMail Log Archiver

2006-05-03 Thread postmaster - networkoftheapes.net
You are brave! It looks like either PHP_EOL isn't being set or I've got another variable with a null value in there somewhere. Try adding this line to the very top of xmlogarch.php after the license comment; define( PHP_EOL, \\n ); Apparently, PHP_EOL is Available since PHP 4.3.10 and PHP

[xmail] Re: XMail Log Archiver

2006-05-03 Thread Rob Arends
Ok Bryn, I added define( PHP_EOL, \\n ); as suggested to the 2nd line of xmlogarch.php, and now I get this. D:\usrbin\xmailutils\xmlogarch-0.3rc1php -f xmlogarch.php -- -? ** UNKNOWN ERROR '' - TERMINATING (exit 255) ** Text: 'NULL'\n Seems like you need a little section of code for

[xmail] Re: XMail Log Archiver

2006-05-03 Thread postmaster - networkoftheapes.net
[EMAIL PROTECTED] To: 'postmaster - networkoftheapes.net' [EMAIL PROTECTED] Cc: xmail@xmailserver.org Date: Thu, 4 May 2006 09:27:40 +1000 Subject: [xmail] Re: XMail Log Archiver Ok Bryn, I added define( PHP_EOL, \\n ); as suggested to the 2nd line of xmlogarch.php, and now I get this. D

[xmail] Re: XMail Log Archiver

2006-05-03 Thread postmaster - networkoftheapes.net
- Original Message - From: postmaster - networkoftheapes.net [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: xmail@xmailserver.org Date: Wed, 03 May 2006 17:50:11 -0700 Subject: [xmail] Re: XMail Log Archiver Thanks for testing. I think I see where I may have made a mistake and will release

[xmail] Re: XMail Log Archiver

2006-05-03 Thread Rob Arends
- networkoftheapes.net Sent: Thursday, 4 May 2006 10:50 AM To: [EMAIL PROTECTED] Cc: xmail@xmailserver.org Subject: [xmail] Re: XMail Log Archiver Thanks for testing. I think I see where I may have made a mistake and will release a fix tongiht as I don't have the chance right now. For now, you can