Skip to content

Instantly share code, notes, and snippets.

@jclausen
Last active February 16, 2023 21:01
Show Gist options
  • Save jclausen/29f5f10ad081da14d3e1 to your computer and use it in GitHub Desktop.
Save jclausen/29f5f10ad081da14d3e1 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
@jclausen
Copy link
Author

jclausen commented Nov 1, 2015

Assumes the core steps in https://wiki.zimbra.com/wiki/Anti-spam_Strategies are implemented

@uhlhosting
Copy link

Hi @jclausen
I do not find any DCC in your sauser.cf.

Is there another place you have these?

Also what RBLs you have in place?

Thanks a lot,
C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment