[Mimedefang] Re: multiple antivirus engines in mimedefang

Lucas Albers admin at cs.montana.edu
Fri Jun 6 03:30:01 EDT 2003


Sorry bout that was mailing it to myself to look at work tommorrow.
Did not mean to mail to list.
Repeat after me:
I am not a crak hore.

To add something of value to this message, I definitally reccomend uvscan
on your linux server. (RH 7.3). I was surprised that it was able to scan
for 70 hours, tromping through 350 gigs of data and not core dump.

--Luke

> The following works great for me:
>
> sub message_contains_virus () {
>    my($code, $cat, $act);
>    ($code, $cat, $act) = message_contains_virus_filescan();
>    return (wantarray ? ($code, $cat, $act) : $code) if ($act ne "ok");
> ($code, $cat, $act) = message_contains_virus_clamd();
>    return (wantarray ? ($code, $cat, $act) : $code) if ($act ne "ok");
> return (wantarray ? (0, 'ok', 'ok') : 0);
> }
>






More information about the MIMEDefang mailing list