[Mimedefang] Which Virus Scanner?

Jonathan Maliepaard jon at enetworks.co.za
Mon Mar 7 10:34:56 EST 2005


Thanks Jim looks like its working.

Implimented the following just before the <rant>"I HATE HTML" </rant>
section in end_filter

    # Insert AV Headers
    if ($Features{'Virus:FileScan'}) {
    action_change_header("X-Antivirus-File::Scan", 'Scanned by
File::Scan (http://freshmeat.net/projects/filescan/)');
    }
    if ($Features{'Virus:NAI'}) {
    action_change_header("X-Antivirus-NAI", 'Scanned by McAfee UVSCAN
v4.14.0 (http://www.nai.com)');
    }
 
And it looks like both File::Scan and McAfee are working as both headers
appers in my mail now.

The following seems to have no effect as a 1 or a 0 so I guess you are
right that it is not implimented.

> use File::Scan;
> $Features{"File::Scan"} = 1; (or 0)

Appreciate the help as always.

Jon.





More information about the MIMEDefang mailing list