diff options
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 7e3aae1df..cdd3e2665 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -111,7 +111,19 @@ rbl { mailspike { symbol = "RBL_MAILSPIKE"; - rbl = "bl.mailspike.net"; + rbl = "rep.mailspike.net"; + returncodes { + #http://mailspike.net/usage.html + RBL_MAILSPIKE_WORST = "127.0.0.10" + RBL_MAILSPIKE_VERYBAD = "127.0.0.11" + RBL_MAILSPIKE_BAD = "127.0.0.12" + RBL_MAILSPIKE_SUSP = "127.0.0.13" + RBL_MAILSPIKE_PROB = "127.0.0.14" + RWL_MAILSPIKE_POSSIBLE = "127.0.0.17" + RWL_MAILSPIKE_GOOD = "127.0.0.18" + RWL_MAILSPIKE_VERYGOOD = "127.0.0.19" + RWL_MAILSPIKE_EXCELLENT = "127.0.0.20" + } } senderscore { |