]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Add rules for Abuse.ch and Uceprotect rbl
authorAlexey <AlexeySa@users.noreply.github.com>
Wed, 21 May 2014 18:51:21 +0000 (11:51 -0700)
committerAlexey <AlexeySa@users.noreply.github.com>
Wed, 21 May 2014 18:51:21 +0000 (11:51 -0700)
conf/modules.conf

index 979dcfed3bee9e821b82f480ab10cb867dd1aaec..f8ba1b0333b82b8f3215bd2925b4dfb5f815dfeb 100644 (file)
@@ -113,10 +113,22 @@ rbl {
        symbol = "RBL_MAILSPIKE";
        rbl = "bl.mailspike.net";
     }
+    
     senderscore {
        symbol = "RBL_SENDERSCORE";
        rbl = "bl.score.senderscore.com";
     }
+    
+    abusech {
+       symbol = "RBL_ABUSECH";
+       rbl = "spam.abuse.ch";
+    }
+    
+    uceprotect1 {
+       symbol = "RBL_UCEPROTECT_LEVEL1";
+       rbl = "dnsbl-1.uceprotect.net";
+    }
+    
     sorbs {
        symbol = "RBL_SORBS";
        rbl = "dnsbl.sorbs.net";