MRTG on MailScanner 3.23-4

Jim Levie jim at ENTROPHY-FREE.NET
Sun Oct 6 23:11:28 IST 2002


On Sun, 2002-10-06 at 15:30, Brian Chivers wrote:
> I found that I had commented out one of the line in the sendmail.log.pl file
> but now I get an error on this line
>
> open(TMP, ">", $tmpfile);
>
> And this is how I have been calling it
>
> perl sendmail.logs.pl /virus/
>
> Error message below
>
> Too many arguments for open at sendmail.logs.pl line 22, near "$tmpfile)"
> Execution of sendmail.logs.pl aborted due to compilation errors.
>
You can eliminate that error by changing the line to read:

open(TMP, ">$tmpfile");
--
The instructions said to use Windows 98 or better, so I installed
RedHat.



More information about the MailScanner mailing list