From: Andrew Lewis Date: Wed, 11 Feb 2015 13:36:34 +0000 (+0200) Subject: Add DNSWL_BLOCKED symbol X-Git-Tag: 0.9.0~729^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0f43abdc166e292fecaf191bfc155fa300bcb958;p=rspamd.git Add DNSWL_BLOCKED symbol --- 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"; } }