"Martinez, Michael - CSREES/ISTM" wrote:
>
> Someone wrote me an email:
>
> "I am not sure if it is related, but I started having problems with antivir,
> because they made a change to the output of the "antivir --version" command.
> I was able to fix it by modifying the qmail-scanner-queue.pl file. I have
> posted several times about it on the list What does the contents of your
> qmail-scanner-queue-version.txt file look like?"
>
right...and as Jason suggests, you need a way to extract -just- the
version/virus-pattern info from the output of the execution of the command
"antivir --version". As a start, please report back what that command actually
outputs for you. This way someone might be able to suggest changes to the
section of Q-S code:
} elsif ($scanner eq "hbedv") {
open(IS,"$hbedv_binary --version 2>&1 |")||die "failed to call
$hbedv_binary --version - $!";
while (<IS>) {
chomp;
$SCANINFO .= "hbedv: $_. ";
}
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general