diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-07-07 19:40:15 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-07-07 19:40:15 +0100 |
commit | e90a21c14984d2366d26748167a66cbee2572cbd (patch) | |
tree | d8a92c6485a31c3a366ffc8bf7f682443bd11f22 /conf/metrics.conf | |
parent | 7bf9003fbfdfb07c6634768ec11a700e492c1415 (diff) | |
download | rspamd-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.conf | 8 |
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; } |