diff options
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 { |