From: Alexey Date: Fri, 23 May 2014 00:15:12 +0000 (-0700) Subject: Upgrage Mailspake rbl X-Git-Tag: 0.7.0~208^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3ac6c05302dc1d9cab5e7dfb5048423c6f63280;p=thirdparty%2Frspamd.git Upgrage Mailspake rbl --- diff --git a/conf/modules.conf b/conf/modules.conf index 7e3aae1dfb..cdd3e2665b 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 {