]> source.dussan.org Git - rspamd.git/commitdiff
Update metrics.conf
authorAlexeySa <AlexeySa@users.noreply.github.com>
Thu, 12 Dec 2013 21:03:49 +0000 (13:03 -0800)
committerAlexeySa <AlexeySa@users.noreply.github.com>
Thu, 12 Dec 2013 21:03:49 +0000 (13:03 -0800)
Added Sorbs RBL metrics

conf/metrics.conf

index 62c633bee27b836f2e8c962037a6859a6b7b7ef9..bd499218e5047d0cff9f196d74eb5f679da68ee1 100644 (file)
@@ -337,6 +337,56 @@ metric {
         description = "Received headers contains addresses from mailspike.com RBL";
         name = "RBL_MAILSPIKE";
     }
+    symbol {
+        weight = 1.0;
+        name = "RBL_SORBS";
+        description = "Received headers contains addresses from RBL";
+    }
+    symbol {
+        weight = 2.5; 
+        name = "RBL_SORBS_HTTP";
+        description = "List of Open HTTP Proxy Servers.";
+    }
+    symbol {
+        weight = 2.5;
+        name = "RBL_SORBS_SOCKS";
+        description = "List of Open SOCKS Proxy Servers.";
+    }
+    symbol {
+        weight = 1.0;
+        name = "RBL_SORBS_MISC";
+        description = "List of open Proxy Servers not listed in the SOCKS or HTTP lists.";
+    }
+    symbol {
+        weight = 3.0;
+        name = "RBL_SORBS_SMTP";
+        description = "List of Open SMTP relay servers.";
+    }
+    symbol {
+        weight = 1.5;
+        name = "RBL_SORBS_RECENT";
+        description = "List of hosts that have been noted as sending spam/UCE/UBE to the admins of SORBS within the last 28 days (includes new.spam.dnsbl.sorbs.net).";
+    }
+    symbol {
+        weight = 0.4;
+        name = "RBL_SORBS_WEB";
+        description = "List of web (WWW) servers which have spammer abusable vulnerabilities (e.g. FormMail scripts)";
+    }
+    symbol {
+        weight = 2.0;
+        name = "RBL_SORBS_DUL";
+        description = "Dynamic IP Address ranges (NOT a Dial Up list!)";
+    }
+    symbol {
+        weight = 1.0;
+        name = "RBL_SORBS_BLOCK";
+        description = "List of hosts demanding that they never be tested by SORBS.";
+    }
+    symbol {
+        weight = 1.0;
+        name = "RBL_SORBS_ZOMBIE";
+        description = "List of networks hijacked from their original owners, some of which have already used for spamming.";
+    }
     symbol {
         weight = 3.0;
         description = "Text and HTML parts differ";