With the latest RC of ClamAV, 'qmail-scanner-queue -z' reports the version as "0.66" where it should be "0.66-rc"
Apply the following patch to qmail-scanner-queue.pl to get the whole version information:
$> diff qmail-scanner-queue.pl qmail-scanner-queue.pl.old
1559c1559
< if (/ersion ([0-9\.\-a-z]+)/) {
---
> if (/ersion ([0-9\.]+)/) {
$>I'm sure other patches for similar behavior for the other scanners would be similar...
Enjoy...
Carl
--
"There are 10 types of people in the world: Those who understand binary and those that don't."
$>whoami: Carl Holtje $>mail holtje: [EMAIL PROTECTED] $>cu: http://www.cs.rit.edu/~cwh0803 $>whois holtje:
System Administrator Group Computer Science Department Rochester Institute of Technology
$>
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
