aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSteve Freegard <steve@stevefreegard.com>2016-04-04 17:46:09 +0100
committerSteve Freegard <steve@stevefreegard.com>2016-04-04 17:46:09 +0100
commitf2fc7d92afd86900317699c925dc80b920399664 (patch)
treef8f5f430c754932bd47ea29ce53abd2e174ddbdf /conf
parent21608c36771e7356efb96d276b738bb48538bdc2 (diff)
downloadrspamd-f2fc7d92afd86900317699c925dc80b920399664.tar.gz
rspamd-f2fc7d92afd86900317699c925dc80b920399664.zip
Add URIBL_SBL_CSS
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf11
-rw-r--r--conf/modules.d/surbl.conf5
2 files changed, 11 insertions, 5 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 69f378a12..3669f1cb0 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -1001,14 +1001,19 @@ metric {
symbol {
weight = 0.0;
- description = "ZEN URIBL: Filtered result";
- name = "ZEN_URIBL";
+ description = "SBL URIBL: Filtered result";
+ name = "SBL_URIBL";
}
symbol {
weight = 6.5;
- description = "Spamhaus SBL dnsbl";
+ description = "Spamhaus SBL URIBL";
name = "URIBL_SBL";
}
+ symbol {
+ weight = 6.5;
+ description = "Spamhaus SBL CSS URIBL";
+ name = "URIBL_SBL_CSS";
+ }
}
group {
diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf
index e9411b8c6..2adc1cc27 100644
--- a/conf/modules.d/surbl.conf
+++ b/conf/modules.d/surbl.conf
@@ -74,11 +74,12 @@ surbl {
}
}
rule {
- suffix = "zen.spamhaus.org";
- symbol = "ZEN_URIBL";
+ suffix = "sbl.spamhaus.org";
+ symbol = "SBL_URIBL";
resolve_ip = true;
ips {
URIBL_SBL = "127.0.0.2";
+ URIBL_SBL_CSS = "127.0.0.3";
}
}
rule {