X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=templates%2F40-carnet;h=b1bacca28dfad9f8cae4beff58ece05a2baa31e4;hb=refs%2Fheads%2Forigin;hp=f93356efc9fd1698ee0aecb1955e5617fdf35498;hpb=e54638abaf26132aa5d03083db0735a674660216;p=amavisd-cn.git diff --git a/templates/40-carnet b/templates/40-carnet index f93356e..b1bacca 100644 --- a/templates/40-carnet +++ b/templates/40-carnet @@ -78,8 +78,20 @@ push @av_scanners, ( # push @av_scanners_backup, ( +# Commented out because the name 'sweep' clashes with Debian and FreeBSD +# package/port of an audio editor. Make sure the correct 'sweep' is found +# in the path when enabling. +# +# ### http://www.sophos.com/ - backs up Sophie or SAVI-Perl + ['Sophos Anti Virus (sweep)', 'sweep', + '-nb -f -all -rec -ss -sc -archive -cab -tnef --no-reset-atime {}', + [0,2], qr/Virus .*? found/, + qr/^>>> Virus(?: fragment)? '?(.*?)'? found/, + ], + # other options to consider: -mime -oe -idedir=/usr/local/sav + # always succeeds (uncomment to consider mail clean if all other scanners fail) -['always-clean', sub {0}], + ['always-clean', sub {0}], );