]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Add SURBL_BLOCKED symbol 464/head
authorAndrew Lewis <nerf@judo.za.org>
Thu, 31 Dec 2015 12:24:41 +0000 (14:24 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 31 Dec 2015 12:24:41 +0000 (14:24 +0200)
conf/metrics.conf
conf/modules.d/surbl.conf

index 13abc41e67e7ac649fd95f021cca2eef3398c205..e2c2b3d06dc637035d82f3ee3de2cd10feab5250 100644 (file)
@@ -821,6 +821,11 @@ metric {
 
     group {
        name = "surbl";
+       symbol {
+           weight = 0.0;
+           description = "SURBL: blocked by policy/overusage";
+           name = "SURBL_BLOCKED";
+       }
        symbol {
            weight = 5.5;
            description = "SURBL: Phishing sites";
index 9d40ffe5451fb7f39135fb9f0f592039a0b56424..5549a997af386509447f9983fd5b2e6b0e9e0392 100644 (file)
@@ -11,6 +11,7 @@ surbl {
             MW_SURBL_MULTI = 16;
             PH_SURBL_MULTI = 8;
             WS_SURBL_MULTI = 4;
+            SURBL_BLOCKED = 1;
         }
     }
     rule {