Thomas, > > does somebody have an working av scanner entry for the new versions of > > avira / antivir, which utilizes the command avscan for command line > > scanning, instead of the old antivir command? > > i'm using this (posted already some times ago): > > ### Avira for UNIX 3 > ['Avira AntiVir', ['avscan'], > '-s --batch --alert-action=none {}', [0], qr/ALERT:|VIRUS:/, > qr/ALERT: (.+)/m ],
My current entry (as compiled from some postings) is as follows: ### http://www.avira.com/ ### Avira for UNIX 3.x ['Avira AntiVir', ['avscan'], '-s --batch --alert-action=none {}', [0], qr/(?:ALERT|FUND):/m, qr/(?:ALERT|FUND): ([^;.]+) ;/m ], Does that work alright? Is it necessary to add the 'VIRUS:' to the first regexp? Mark ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/