rafa,

> I had been using Bitdefender Linux-Console v7.1 (build 2559) in Debian
> Etch without problems.
> After upgrading to Lenny, ie from perl 5.8 => 5.10 and amavisd-new 2.4.2
> => 2.6.1 the following error logged:
>
> Apr  4 09:50:39 farallon amavis[21766]: (21766-01) (!!)run_av
> (BitDefender) FAILED - unexpected exit 0, output="BDC/Linux-Console v7.1
> (build 2559) (i386) (Jul  6 2005 16:28:53)\nCopyright (C) 1996-2004
> SOFTWIN SRL. All rights reserved.\n\n\n\nResults:\nFolders
> :1\nFiles             :3\nPacked            :0\nArchives
> :1\nInfected files    :0\nSuspect files     :0\nWarnings
> :0\nI/O errors        :0\n"

> I also tried the @av_scanners parameters from 2.6.2:
>
>    ### http://www.bitdefender.com/
>    ['BitDefender', 'bdc',  # old version
>      '--arc --mail {}', qr/^Infected files *:0+(?!\d)/,
>      qr/^(?:Infected files|Identified viruses|Suspect files) *:0*[1-9]/,
>      qr/(?:suspected|infected): (.*)(?:\033|$)/m ],

Missing m flag. Please try the following:

  ['BitDefender', 'bdscan',  # new version
    '--action=ignore --no-list {}', qr/^Infected files *:0+(?!\d)/m,
    qr/^(?:Infected files|Identified viruses|Suspect files) *:0*[1-9]/m,
    qr/(?:suspected|infected): (.*)(?:\033|$)/m ],

  ['BitDefender', 'bdc',  # old version
    '--arc --mail {}', qr/^Infected files *:0+(?!\d)/m,
    qr/^(?:Infected files|Identified viruses|Suspect files) *:0*[1-9]/m,
    qr/(?:suspected|infected): (.*)(?:\033|$)/m ],


Mark

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to