]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Add URIBL_BLOCKED symbol 470/head
authorAndrew Lewis <nerf@judo.za.org>
Sun, 3 Jan 2016 16:37:10 +0000 (18:37 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Sun, 3 Jan 2016 16:37:10 +0000 (18:37 +0200)
conf/metrics.conf
conf/modules.d/surbl.conf

index 0940721bb2d186d48b98ab0106e652b73867b666..386e83e6a67458e5bc2a528911f18c8957189f8d 100644 (file)
@@ -939,6 +939,11 @@ metric {
            description = "uribl.com: unrecognised result";
            name = "URIBL_MULTI";
        }
+       symbol {
+           weight = 0.0;
+           description = "uribl.com: query refused";
+           name = "URIBL_BLOCKED";
+       }
        symbol {
            weight = 7.5;
            description = "uribl.com black url";
index ed233ea9e94824ab626bd63b8081cb37b2abd796..69e500d0aee50c86190a7dfaf073d675083f39f8 100644 (file)
@@ -19,6 +19,7 @@ surbl {
         suffix = "multi.uribl.com";
         symbol = "URIBL_MULTI";
         bits {
+            URIBL_BLOCKED = 1;
             URIBL_BLACK = 2;
             URIBL_GREY = 4;
             URIBL_RED = 8;