Mark,
"H+BEDV AntiVir" has changed their companies name.
You might want to pick that
up in av_scanners.
Currently:
### http://www.hbedv.com/
['H+BEDV AntiVir or the (old) CentralCommand Vexira
Antivirus',
['antivir','vexira'],
'--allfiles -noboot -nombr -rs -s -z {}', [0],
qr/ALERT:|VIRUS:/,
qr/(?x)^s* (?: ALERT: s* (?: [ | [^']* ' ) |
(?i) VIRUS: .*? virus '?) ( [^]s']+ )/ ],
# NOTE: if you only have a demo version, remove -z and
add 214, as in:
# '--allfiles -noboot -nombr -rs -s {}', [0,214],
qr/ALERT:|VIRUS:/,
Updated:
### http://www.avira.com/
['Avira AntiVir or the (old) CentralCommand Vexira
Antivirus',
['antivir','vexira'],
'--allfiles -noboot -nombr -rs -s -z {}', [0],
qr/ALERT:|VIRUS:/,
qr/(?x)^s* (?: ALERT: s* (?: [ | [^']* ' ) |
(?i) VIRUS: .*? virus '?) ( [^]s']+ )/ ],
# NOTE: if you only have a demo version, remove -z and
add 214, as in:
# '--allfiles -noboot -nombr -rs -s {}', [0,214],
qr/ALERT:|VIRUS:/,
I'd even split this up and separate "Avira
AntiVir" from "the (old)
CentralCommand Vexira Antivirus"...
p rick
--
The Book of Postfix
<http://www.postfix-bo
ok.com>
saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/s
aslfinger/>
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys
-- and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|