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
|