From 0f43abdc166e292fecaf191bfc155fa300bcb958 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 11 Feb 2015 15:36:34 +0200 Subject: [PATCH] Add DNSWL_BLOCKED symbol --- conf/metrics.conf | 1 + conf/modules.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/metrics.conf b/conf/metrics.conf index 29a01c473..3901a1da6 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -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"; } diff --git a/conf/modules.conf b/conf/modules.conf index 7d046093a..719b86793 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -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"; } } -- 2.39.5