Guest User

Untitled

a guest
May 2nd, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  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
  13. trainingMode=TEFT
  14.  
  15. # Spam Action: quarantine, tag, deliver
  16. spamAction=deliver
  17.  
  18. # Spam Subject: the text to be prepended onto the subject line of tagged spams
  19. spamSubject=
  20.  
  21. # Bayesian Noise Reduction: on/off
  22. enableBNR=on
  23.  
  24. # Automatic Whitelisting: on/off
  25. enableWhitelist=on
  26.  
  27. # Statistical Sedation: 0-10
  28. statisticalSedation=5
  29.  
  30. # Signature Location: message, headers, attachment
  31. signatureLocation=headers
  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!
  35. whitelistThreshold=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.
  39. showFactors=off
  40.  
  41. # optIn/optOut: Depending on the opt mode set, you can also use one of these.
  42. #optIn=on
  43. #optOut=off
Advertisement
Add Comment
Please, Sign In to add comment