diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-29 18:12:38 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-29 18:13:00 +0100 |
commit | e2d94b51496b0ea8a504bbda02ab4434cba61cc7 (patch) | |
tree | 49741116be0634cfcaa6e19e67114ee1aebb4ef2 /conf/metrics.conf | |
parent | f05518ae5c1711bd0efc1c835e9c6cdd9ff0b163 (diff) | |
download | rspamd-e2d94b51496b0ea8a504bbda02ab4434cba61cc7.tar.gz rspamd-e2d94b51496b0ea8a504bbda02ab4434cba61cc7.zip |
[Fix] Avoid extra symbols for RBLs
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 944131080..ecb8105dc 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -487,18 +487,6 @@ metric { weight = 4.0; description = "From address is listed in zen xbl"; } - symbol "RBL_SPAMHAUS_XBL1" { - weight = 4.0; - description = "From address is listed in zen xbl (obsoleted/reserved)"; - } - symbol "RBL_SPAMHAUS_XBL2" { - weight = 4.0; - description = "From address is listed in zen xbl (obsoleted/reserved)"; - } - symbol "RBL_SPAMHAUS_XBL3" { - weight = 4.0; - description = "From address is listed in zen xbl (reserved)"; - } symbol "RBL_SPAMHAUS_XBL_ANY" { weight = 4.0; description = "From or receive address is listed in zen xbl (any list)"; @@ -507,10 +495,6 @@ metric { weight = 2.0; description = "From address is listed in zen pbl (ISP list)"; } - symbol "RBL_SPAMHAUS_PBL1" { - weight = 2.0; - description = "From address is listed in zen pbl (Spamhaus list)"; - } symbol "RBL_SPAMHAUS_DROP" { weight = 7.0; description = "From address is listed in zen drop bl"; |