]> source.dussan.org Git - rspamd.git/commitdiff
Upgrage Mailspake rbl
authorAlexey <AlexeySa@users.noreply.github.com>
Fri, 23 May 2014 00:15:12 +0000 (17:15 -0700)
committerAlexey <AlexeySa@users.noreply.github.com>
Fri, 23 May 2014 00:15:12 +0000 (17:15 -0700)
conf/modules.conf

index 7e3aae1dfb0f49655c91802ba5ebed4d15130eca..cdd3e2665bcdfe4e925b7480858b40065039dc8e 100644 (file)
@@ -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 {