Yeah, I reported this issue a while back.  I actually changed with HBEDV
6.15...

A temporary fix is to change the following in qmail-scanner-queue.pl from:

    if ($DD =~ /(Virus.*)\n/) {
      $quarantine_description=$1;

To:

    if ($DD =~ /(ALERT.*)\n/) {
      $quarantine_description=$1;


Darley

-- 
PGP Key: www.thewares.net/drware.asc

Dulce bellum inexpertis ("War is delightful to those who have no
experience of it.")  --Erasmus


Volker Schaefer said:
> Hello,
> for your information, the HBEDV antivir virusscanner changed it's output
> format from version 6.15 to version 6.16.
> In case of a virus it now reports something like:
>
>  ALERT: [Armageddon virus]
> /var/spool/qmailscan/mailserver10343273454231662/ARMAGEDN.COM <<<
> Contains code of the Armageddon virus
>
> instead of
>
>  VIRUS: file contains code of the virus 'Armageddon'
>
> like the old version did.
>
> Unfortunatelly that breaks the qmail-scanner output parsing :(
> To get it back working, change the match in the qmail-scanner.pl script
> on line 1539 from VIRUS to ALERT.
>
> --Regards Volker Sch�fer
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Qmail-scanner-general mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to