diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-01-03 18:37:10 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-01-03 18:37:10 +0200 |
commit | a5f0cf7c88fd4b678899bcc927a64d6bf2c1cbbe (patch) | |
tree | 92817266a320874d3a6a2bfa346f3ed14e4efcfe /conf/metrics.conf | |
parent | b3c3972a16c6c81bd755af6b898c535478a0a223 (diff) | |
download | rspamd-a5f0cf7c88fd4b678899bcc927a64d6bf2c1cbbe.tar.gz rspamd-a5f0cf7c88fd4b678899bcc927a64d6bf2c1cbbe.zip |
Add URIBL_BLOCKED symbol
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 0940721bb..386e83e6a 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -940,6 +940,11 @@ metric { name = "URIBL_MULTI"; } symbol { + weight = 0.0; + description = "uribl.com: query refused"; + name = "URIBL_BLOCKED"; + } + symbol { weight = 7.5; description = "uribl.com black url"; name = "URIBL_BLACK"; |