diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-08-08 16:05:37 +0100 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-08-08 16:05:37 +0100 |
commit | 3c74fd2453bd8fe491a790685064f1e84115a1e2 (patch) | |
tree | 870e11285eaa17005411709378ecfa525756954b /conf/metrics.conf | |
parent | baffa62e42485b362aee4472e85e9e676aba5b1d (diff) | |
download | rspamd-3c74fd2453bd8fe491a790685064f1e84115a1e2.tar.gz rspamd-3c74fd2453bd8fe491a790685064f1e84115a1e2.zip |
[Minor] Give RAMBLER_EMAILBL & URIBL_GREY one_shot = true
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 752499bfc..f8812642d 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -817,10 +817,12 @@ metric { symbol "URIBL_GREY" { weight = 1.5; description = "uribl.com grey url"; + one_shot = true; } symbol "RAMBLER_EMAILBL" { weight = 9.5; description = "rambler.ru emailbl"; + one_shot = true; } symbol "SBL_URIBL" { |