1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
# $Id: default.prefs,v 1.1 2005/07/02 03:59:52 jonz Exp $
# default.prefs v3.2
# Default preferences for DSPAM
# This file serves two purposes. First, it sets the default preferences each
# user will see when using the preferences section of the DSPAM Control
# Center. Second, it may be symbolically linked (or copied) into DSPAM_HOME to
# set the system-wide default preferences, overriding any commandline or
# dspam.conf parameters. If symlinked, an administrator can edit these options
# in the DSPAM Administrative Suite.
# Training Mode: TEFT, TOE, TUM, NOTRAIN
trainingMode=TEFT
# Spam Action: quarantine, tag
spamAction=quarantine
# Spam Subject: the text to be prepended onto the subject line of tagged spams
spamSubject=[SPAM]
# Bayesian Noise Reduction: on/off
enableBNR=on
# Automatic Whitelisting: on/off
enableWhitelist=on
# Statistical Sedation: 0-10
statisticalSedation=5
# Signature Location: message, headers, attachment
signatureLocation=message
# Whitelist Threshold: the minimum number of innocent hits from a recipient to
# be automatically whitelisted. Do not set this value too low!
whitelistThreshold=10
# showFactors: when set to on, the determining factors for each message will
# be added to a X-DSPAM-Factors message header.
showFactors=off
# optIn/optOut: Depending on the opt mode set, you can also use one of these.
#optIn=on
#optOut=off
|