]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Add netrics for Abuseat and Nszones rbl
authorAlexey <AlexeySa@users.noreply.github.com>
Wed, 21 May 2014 19:04:50 +0000 (12:04 -0700)
committerAlexey <AlexeySa@users.noreply.github.com>
Wed, 21 May 2014 19:04:50 +0000 (12:04 -0700)
conf/metrics.conf

index 579a169cfe1e2dfb52631b4c8ea4d158a2f1fa79..6cacf4b29e870a5548ef3a13954ffb36850cfb2c 100644 (file)
@@ -405,7 +405,23 @@ metric {
         description = "List of networks hijacked from their original owners, some of which have already used for spamming.";
     }
     
-    symbol { name = "RBL_SEM"; weight = 1.0; description = "Address is listed in Spameatingmonkey RBL"; }
+    symbol {
+        weight = 1.0; 
+        name = "RBL_SEM";
+        description = "Address is listed in Spameatingmonkey RBL";
+    }
+    
+    symbol {
+        weight = 1.0; 
+        name = "RBL_NSZONES";
+        description = "Address is listed in Nszones RBL";
+    }
+    
+    symbol {
+        weight = 1.0; 
+        name = "RBL_ABUSEAT";
+        description = "Address is listed in Abuseat RBL";
+    }
     
     symbol {
         weight = 3.0;