aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 6b951be11..d4d2c1ba8 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -216,10 +216,15 @@ metric {
}
symbol {
weight = 0.1;
- description = "One received header in a message ";
+ description = "One received header in a message";
name = "ONCE_RECEIVED";
}
symbol {
+ weight = 1.0;
+ description = "Cannot resolve reverse DNS for sender's IP";
+ name = "RDNS_NONE";
+ }
+ symbol {
weight = 4.0;
description = "One received header with 'bad' patterns inside";
name = "ONCE_RECEIVED_STRICT";