]> source.dussan.org Git - rspamd.git/commitdiff
Add Spamhaus WL
authorAlexey <AlexeySa@users.noreply.github.com>
Fri, 23 May 2014 00:26:35 +0000 (17:26 -0700)
committerAlexey <AlexeySa@users.noreply.github.com>
Fri, 23 May 2014 00:26:35 +0000 (17:26 -0700)
conf/modules.conf

index 6b1ff2b6d8ad986de0b74d608e6bcad99468ff3d..94b4a04b4e6469e3e418f619c0ae5dc909beac8c 100644 (file)
@@ -108,6 +108,17 @@ rbl {
        received = true;
        from = false;
     }
+    
+    spamhaus_swl {
+        symbol = "RWL_SPAMHAUS_WL";
+        rbl = "swl.spamhaus.org";
+        returncodes {
+            RWL_SPAMHAUS_WL_IND = "127.0.2.2";
+            RWL_SPAMHAUS_WL_TRANS = "127.0.2.3";
+            RWL_SPAMHAUS_WL_IND_EXP = "127.0.2.102";
+            RWL_SPAMHAUS_WL_TRANS_EXP = "127.0.2.103";
+        }
+    }
 
     mailspike {
        symbol = "RBL_MAILSPIKE";