Skip Menu |

This queue is for tickets about the Mail-ClamAV CPAN distribution.

Report information
The Basics
Id: 16684
Status: resolved
Priority: 0/
Queue: Mail-ClamAV

People
Owner: Nobody in particular
Requestors: per [...] computer.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.16
Fixed in: (no value)



Subject: clamscan recognises virus, but Mail::ClamAV doesn't.
virus: http://jessen.ch/files/1135265287.V902I5e924.thorium This code reports that file as clean: my $status = $clam->scan("/tmp/1135265287.V902I5e924.thorium", CL_ARCHIVE|CL_MAIL); # $status is an overloaded object die "Failed to scan: $status" unless $status; if ($status->virus) { print "identified virus \"$status\".\n"; } else { print "no virus identified: $status\n"; }
[guest - Thu Dec 22 12:34:47 2005]: Sorry, I reported the wrong version - it's not 0.16, but 0.11. I'm just now updating to 0.17.
From: Per Jessen
[guest - Thu Dec 22 12:34:47 2005]: OK, I've upgraded to 0.17 - which fixed the problem. Sorry about wasting your time. Per Jessen, Zurich
No worries.