File: clamassassin

package info (click to toggle)
clamassassin 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: sh: 264; makefile: 16; sed: 15
file content (17 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Modify Subject line with a header ala spamassassin with rewrite_subject on
# You'll want to add a trailing space before the old subject
#SUBJECTHEAD=""

# Configure your full path to clamscan or clamdscan
# (If you use clamdscan, see the README for directions) 
#CLAMSCAN=clamscan

# Configure options passed to clamscanner
#CLAMSCANOPT="--no-summary --stdout"

# Configure flag to add clamscanner to version header
#ADDSCANNERFLAG=1

# Configure whether or not the virus signature version is added
# Default: 0.80 and higher: off, others: on
#SIGVERSFLAG=0