Alex Pleiner wrote:
* Kareem Mahgoub <[EMAIL PROTECTED]> [2004-10-19 10:32]:

Hello list,
I have upgraded from clamav 075.1 to clamav-80 using the rpm for FC2.
after the upgrade, qmail-scanner ( 1.23 ) is not detecting clamav.
I have recompiles qmail-scanner, ran qmail-scanner.pl -z and
qmail-scanner.pl -g , with the same result.
Any clue??


Besides this is the wrong list, Q-S does work with clamav 0.80. There
are just some minor annoyances - you detected one.

1. version information has changed, so Q-S version detection fails (it
still detects and call s clamav but fails to print the version
information). You might edit qmail-scanner-queue.pl and search for:

        if (/ersion ([0-9\.\-a-z]+)/i) {
          $SCANINFO .="clamscan: $1. ";

replace with

if (/lamav ([0-9\.\-a-z]+)/i) { $SCANINFO .="clamscan: $1. ";

2. clamdscan is called with obsolete args. This doesn't hurt, but fills
your log. I didn't check whether clamscan is affected. Replace

my $clamdscan_options="-r --disable-summary --max-recursion=10 --max-space=100000";

with

my $clamdscan_options="--disable-summary";



Its actually "--no-summary" although "--disable-summary" may still work.

-Jim
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to