source: npl/mailserver/dspam/dspam-3.10.2/webui/cgi-bin/default.prefs @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

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