No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_dspam_default.prefs 1.4KB

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