Steve,

> From my viewpoint the entry for bdscan/BitDefender Antivirus Scanner for
> Unices does not work.

> To fix the issue I changed the expression to be:

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

Thanks, I'll include it in 2.6.4.
To make lines a bit shorter, I'll use \s instead of [\t ] :

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

Mark

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
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