That requires it to run.
===8<---
[7703] warn: plugin: failed to parse plugin (from @INC): Can't locate
File/Scan/ClamAV.pm in @INC (@INC contains:
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux /usr/lib/perl5/vendor_perl/5.8.8
/etc/perl /usr/lib/perl5/vendor_perl/5.8.7
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux /usr/lib/perl5/vendor_perl
/usr/lib/perl5/site_perl/5.8.8/i386-linux /usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i386-linux
/usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at (eval 69) line 1.
[7703] warn: plugin: failed to create instance of plugin File::Scan::ClamAV:
Can't locate object method "new" via package "File::Scan::ClamAV" at (eval
70) line 1.
===8<---
That bottom line indicates that perl cannot find the File::Scan::ClamAV
module for one reason or another.
{^_^}
----- Original Message -----
From: "Jürgen Ladstätter" <[EMAIL PROTECTED]>
it does the following when it finds a virus:
} elsif($code eq 'FOUND') {
Mail::SpamAssassin::Plugin::dbg("ClamAV: Detected virus: $virus");
$header = "Yes ($virus)";
$isspam = 1;
so it adds a flag for SA