Mailscanner-Mailwatch Virii report
Brad Dokken
bbdokken at dokkenengineering.com
Wed Dec 3 19:51:48 GMT 2008
> -----Original Message-----
> From: mailscanner-bounces at lists.mailscanner.info
> [mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf
> Of Ronald Weiss
> Sent: Wednesday, December 03, 2008 2:43 AM
> To: MailScanner discussion
> Subject: Re: Mailscanner-Mailwatch Virii report
>
> Martin,
>
> Virus Scanners = clamd
>
>
You need to make some changes to the mailwatch files in
/var/www/html/mailscanner/ as follows:
functions.php
case 'clamd':
define(VIRUS_REGEX, '/(.+) was infected: (\S+)/');
break;
rep_viruses.php
case("clamd"):
$scanner[$vscanner]['name'] = "ClamD";
$scanner[$vscanner]['regexp'] = "/(.+) was infected: (\S+)/";
break;
In the above I only had to change to "was infected" from the original
"contains". This will depend on how old your MailWatch files are, older
versions don't have the ClamD entries.
Brad
More information about the MailScanner
mailing list