aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-07-07 19:40:15 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-07-07 19:40:15 +0100
commite90a21c14984d2366d26748167a66cbee2572cbd (patch)
treed8a92c6485a31c3a366ffc8bf7f682443bd11f22 /conf/metrics.conf
parent7bf9003fbfdfb07c6634768ec11a700e492c1415 (diff)
downloadrspamd-e90a21c14984d2366d26748167a66cbee2572cbd.tar.gz
rspamd-e90a21c14984d2366d26748167a66cbee2572cbd.zip
[Feature] Re-add rambler email bl (as hashed list)
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 2bdb651b6..431693399 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -300,7 +300,13 @@ metric {
}
symbol "RAMBLER_URIBL" {
weight = 4.5;
- description = "rambler.ru uribl";
+ description = "Rambler uribl";
+ one_shot = true;
+ }
+
+ symbol "RAMBLER_EMAILBL" {
+ weight = 9.5;
+ description = "Rambler emailbl";
one_shot = true;
}