aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-02-11 15:36:34 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-02-11 15:44:35 +0200
commit0f43abdc166e292fecaf191bfc155fa300bcb958 (patch)
treee5bd4d7ac1ad84cf4b8b07fd75623458a307b822 /conf
parent3977d62bbf8a9f5e391b3f461f656da6d02c1290 (diff)
downloadrspamd-0f43abdc166e292fecaf191bfc155fa300bcb958.tar.gz
rspamd-0f43abdc166e292fecaf191bfc155fa300bcb958.zip
Add DNSWL_BLOCKED symbol
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf1
-rw-r--r--conf/modules.conf1
2 files changed, 2 insertions, 0 deletions
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";
}
}