When I ran the "antivir --version"  I got a whole page full of text.  So
this is where my problem is coming from.  I believe that HBEDV has change
what is ouput by the "antivir --version" in their latest release.  This is
my belief because this is a new problem for me and I have recently update
the HBEDV software.

HBEDV
operating system: OpenBSD
product version:  2.0.3
engine version:   6.14.0.1


Not being a programmer, here is my simplistic hack that fixes the problem
(for me) on an OpenBSD system running qmail-scanner-queue.pl version
1.13...

In qmail-scanner-queue.pl change this line:


open(IS,"$hbedv_binary --version 2>&1 |")||die "failed to call 
$hbedv_binary --version - $!";


to this:


open(IS,"$hbedv_binary --version |grep engine 2>&1 |")||die "failed to
call  $hbedv_binary --version - $!";


Then run qmail-scanner-queue.pl -z to regenerate the
qmail-scanner-queue-version.txt file.


Thanks for the help.

Darley




-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to