aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/metrics.conf6
-rw-r--r--conf/modules.conf4
2 files changed, 5 insertions, 5 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 0c3bb5800..5249b0274 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -575,13 +575,13 @@ metric {
}
symbol {
weight = 5.500000;
- description = "SURBL: Phishing and malware sites";
+ description = "SURBL: Phishing sites";
name = "PH_SURBL_MULTI";
}
symbol {
weight = 5.500000;
- description = "SURBL: Outblaze URI Blacklist";
- name = "OB_SURBL_MULTI";
+ description = "SURBL: Malware sites";
+ name = "MW_SURBL_MULTI";
}
symbol {
weight = 5.500000;
diff --git a/conf/modules.conf b/conf/modules.conf
index 9d33430e2..3c1b264d1 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -34,14 +34,14 @@ maillist {
surbl {
whitelist = "file://$CONFDIR/surbl-whitelist.inc";
exceptions = "file://$CONFDIR/2tld.inc";
-
+
rule {
suffix = "multi.surbl.org";
symbol = "SURBL_MULTI";
bits {
JP_SURBL_MULTI = 64;
AB_SURBL_MULTI = 32;
- OB_SURBL_MULTI = 16;
+ MW_SURBL_MULTI = 16;
PH_SURBL_MULTI = 8;
WS_SURBL_MULTI = 4;
SC_SURBL_MULTI = 2;