Skip to content

Instantly share code, notes, and snippets.

@chuegel
Forked from jclausen/sauser.cf
Created March 6, 2018 18:41
Show Gist options
  • Save chuegel/0dc1ee4a9e269e433d1c741e33711a99 to your computer and use it in GitHub Desktop.
Save chuegel/0dc1ee4a9e269e433d1c741e33711a99 to your computer and use it in GitHub Desktop.
ZCS SpamAssassin Default sauser.cf (Default required score)
use_bayes 1
skip_rbl_checks 0
dns_available yes
bayes_auto_learn 1
bayes_auto_learn_threshold_spam 5.0
use_pyzor 1
pyzor_path /usr/bin/pyzor
#Drop scores significantly in HAM Whitelists
score RCVD_IN_MSPIKE_L -2.00
score RCVD_IN_MSPIKE_WL -3.00
# Give Pyzor Up to 15 Seconds to respond
pyzor_timeout 15
use_razor2 1
score RDNS_NONE 1.5
score HTML_FONT_LOW_CONTRAST 2.5
score URIBL_BLACK 5.0
score URIBL_BLOCKED 1
score URIBL_DBL_SPAM 3.1
score RAZOR2_CHECK 4.0
score PYZOR_CHECK 4.0
score BAYES_99 4.000
score BAYES_75 3.500
score BAYES_60 3.00
score BAYES_50 2.00
score BAYES_40 1.000
score BAYES_30 0.75
score BAYES_20 0.50
score BAYES_10 0.25
score BAYES_00 0.00
score RP_MATCHES_RCVD -1.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment