summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index a6a73da35..a60efb401 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -1060,12 +1060,12 @@ metric {
description = "Hostname checks (very hard)";
}
symbol {
- weight = 0.50;
+ weight = 0.20;
name = "HFILTER_HELO_NORESOLVE_MX";
description = "MX found in Helo and no resolve";
}
symbol {
- weight = 1.00;
+ weight = 0.3;
name = "HFILTER_HELO_NORES_A_OR_MX";
description = "Helo no resolve to A or MX";
}
@@ -1080,12 +1080,12 @@ metric {
description = "Helo not FQDN";
}
symbol {
- weight = 1.50;
+ weight = 0.5;
name = "HFILTER_FROMHOST_NORESOLVE_MX";
description = "MX found in FROM host and no resolve";
}
symbol {
- weight = 2.50;
+ weight = 1.50;
name = "HFILTER_FROMHOST_NORES_A_OR_MX";
description = "FROM host no resolve to A or MX";
}