aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/metrics.conf24
1 files changed, 17 insertions, 7 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index bd499218e..ff4aa69d0 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -323,24 +323,34 @@ metric {
name = "ONCE_RECEIVED_STRICT";
}
symbol {
- weight = 1.0;
- description = "Received headers contains addresses from zen spamhaus RBL";
+ weight = 2.0;
+ description = "From address is listed in zen spamhaus BL";
name = "RBL_ZEN";
}
symbol {
- weight = 1.0;
- description = "Received headers contains addresses from senderscore.com RBL";
+ weight = 3.0;
+ description = "Received headers contains addresses from XBL spamhaus RBL";
+ name = "RBL_XBL";
+ }
+ symbol {
+ weight = 2.0;
+ description = "Received headers contains addresses from PBL spamhaus RBL";
+ name = "RBL_PBL";
+ }
+ symbol {
+ weight = 2.0;
+ description = "From address is listed in senderscore.com BL";
name = "RBL_SENDERSCORE";
}
symbol {
- weight = 1.0;
- description = "Received headers contains addresses from mailspike.com RBL";
+ weight = 2.0;
+ description = "From address is listed in mailspike.com BL";
name = "RBL_MAILSPIKE";
}
symbol {
weight = 1.0;
name = "RBL_SORBS";
- description = "Received headers contains addresses from RBL";
+ description = "From address is listed in SORBS RBL";
}
symbol {
weight = 2.5;