]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Add Spameatingmonkey RBL and SURBL
authorAlexey <AlexeySa@users.noreply.github.com>
Wed, 12 Feb 2014 16:29:56 +0000 (08:29 -0800)
committerAlexey <AlexeySa@users.noreply.github.com>
Wed, 12 Feb 2014 16:29:56 +0000 (08:29 -0800)
conf/modules.conf

index 41296b7bf1ba225be02c87654c10a8b95f953435..f721d760e4804e4a66d42a75f50706d027cdc614 100644 (file)
@@ -65,6 +65,22 @@ surbl {
         symbol = "DBL";
         options = "noip";
     }
+    rule {
+        suffix = "uribl.spameatingmonkey.net";
+        symbol = "SEM_URIBL_UNKNOWN";
+        bits {
+            SEM_URIBL = 2;
+        }
+        options = "noip";
+    }
+    rule {
+        suffix = "fresh15.spameatingmonkey.net";
+        symbol = "SEM_URIBL_FRESH15_UNKNOWN";
+        bits {
+            SEM_URIBL_FRESH15 = 2;
+        }
+        options = "noip";
+    }
 }
 rbl {
     default_received = false;
@@ -123,6 +139,17 @@ rbl {
           RBL_SORBS_ZOMBIE = "127.0.0.9"
        }
     }
+    
+    sem {
+        symbol = "RBL_SEM_UNKNOWN";
+        rbl = "bl.spameatingmonkey.net";
+        ipv4 = true;
+        ipv6 = true;
+        unknown = false;
+        returncodes {
+            RBL_SEM = "127.0.0.2";
+        }
+    }
  }
 }