]> source.dussan.org Git - rspamd.git/commitdiff
Add DNSWL_BLOCKED symbol
authorAndrew Lewis <nerf@judo.za.org>
Wed, 11 Feb 2015 13:36:34 +0000 (15:36 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Wed, 11 Feb 2015 13:44:35 +0000 (15:44 +0200)
conf/metrics.conf
conf/modules.conf

index 29a01c4730c2823e4c1f8738dbf9f820e6b7d04e..3901a1da698b8cabd308f0625a5b25f42f0d4cc7 100644 (file)
@@ -327,6 +327,7 @@ metric {
         name = "ONCE_RECEIVED_STRICT";
     }
 
+    symbol { name = "DNSWL_BLOCKED"; weight = 0.0; description = "Resolver blocked due to excessive queries"; }
     symbol { name = "RCVD_IN_DNSWL"; weight = 0.0; description = "Sender listed at http://www.dnswl.org"; }
     symbol { name = "RCVD_IN_DNSWL_NONE"; weight = -0.05; description = "Sender listed at http://www.dnswl.org, low none"; }
     symbol { name = "RCVD_IN_DNSWL_LOW"; weight = -0.1; description = "Sender listed at http://www.dnswl.org, low trust"; }
index 7d046093a080b6f52db8c66e24d5c1529cdd775d..719b86793264f91f733e3fe9f8d68826c6045088 100644 (file)
@@ -193,6 +193,7 @@ rbl {
             RCVD_IN_DNSWL_LOW = "127.0.%d+.1";
             RCVD_IN_DNSWL_MED = "127.0.%d+.2";
             RCVD_IN_DNSWL_HI  = "127.0.%d+.3";
+            DNSWL_BLOCKED = "127.0.0.255";
         }
     }