diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-16 21:58:26 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-16 21:58:26 +0000 |
commit | 1deaf3b4e9e49ef4cb20dbcb05b2e749cb6168cc (patch) | |
tree | 68e6106157a292e0381cf41e8674b159caca2018 /conf/metrics.conf | |
parent | 393f4b56644f27e815af8e1851ff7aafe8e3ffd2 (diff) | |
download | rspamd-1deaf3b4e9e49ef4cb20dbcb05b2e749cb6168cc.tar.gz rspamd-1deaf3b4e9e49ef4cb20dbcb05b2e749cb6168cc.zip |
Some fixes to the default configuration
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 386e83e6a..dfb34844b 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -574,9 +574,14 @@ metric { description = "From address is listed in zen pbl"; } symbol { + name = "RBL_SPAMHAUS_PBL1"; + weight = 2.0; + description = "From address is listed in zen pbl"; + } + symbol { name = "RECEIVED_SPAMHAUS_XBL"; weight = 3.0; - description = "Received address is listed in zen pbl"; + description = "Received address is listed in zen xbl"; one_shot = true; } @@ -859,7 +864,7 @@ metric { symbol { weight = 0.0; - name = "SEM_URIBL"; + name = "SEM_URIBL_UNKNONW"; description = "Spameatingmonkey uribl: unknown result"; } symbol { |