Skip to content

Instantly share code, notes, and snippets.

@tedivm
Created March 11, 2014 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tedivm/9477340 to your computer and use it in GitHub Desktop.
Save tedivm/9477340 to your computer and use it in GitHub Desktop.
report_safe 0
lock_method flock
use_bayes 1
bayes_auto_learn 1
bayes_auto_expire 0
score ALL_TRUSTED -10.000
#skip_rbl_checks 1
score URIBL_AB_SURBL 0 0.3306 0 0.6
score URIBL_JP_SURBL 0 0.3360 0 0.6
score URIBL_OB_SURBL 0 0.2617 0 0.6
score URIBL_PH_SURBL 0 0.2240 0 0.6
score URIBL_SBL 0 0.1094 0 0.7
score URIBL_SC_SURBL 0 0.3600 0 0.6
score URIBL_WS_SURBL 0 0.1533 0 0.6
# DKIM
score DKIM_SIGNED 0.1
score T_DKIM_INVALID 2.5
score DKIM_VALID -1
# RDNS
score RDNS_NONE 2.5
# For Mail::SPF
spf_timeout 5
score SPF_PASS -0.300
score SPF_FAIL 5.00
# Whitelist from SPF.
#whitelist_from_spf joe@example.com fred@example.com
whitelist_from_spf *@gmail.com
whitelist_from_spf *@126.com *@163.com
whitelist_from_spf *@sina.com *@sohu.com *@tom.com
whitelist_from_spf *@live.com *@hotmail.com
# Whitelist from DKIM.
whitelist_from_dkim *@gmail.com *@paypal.com
# Whitelist domains.
# Reference: http://wiki.apache.org/spamassassin/ManualWhitelist
#whitelist_from *@gmail.com
# Locales.
ok_locales all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment