aboutsummaryrefslogtreecommitdiffstats
path: root/conf/scores.d
diff options
context:
space:
mode:
authorPeter Müller <peter.mueller@link38.eu>2018-05-17 19:11:36 +0200
committerPeter Müller <peter.mueller@link38.eu>2018-05-17 19:11:36 +0200
commit291afeea369985518dcf63238471d83121bf64ef (patch)
treef88b82336f41b7bf4cd5bca2ab6f12ed3e669a4a /conf/scores.d
parent1f6ae62b7e9fefd84102b7063a29555bd32eaa8c (diff)
downloadrspamd-291afeea369985518dcf63238471d83121bf64ef.tar.gz
rspamd-291afeea369985518dcf63238471d83121bf64ef.zip
add more Spamhaus RBL results to received IPs
Diffstat (limited to 'conf/scores.d')
-rw-r--r--conf/scores.d/rbl_group.conf22
1 files changed, 21 insertions, 1 deletions
diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf
index 8703afd3d..8bee1b4b5 100644
--- a/conf/scores.d/rbl_group.conf
+++ b/conf/scores.d/rbl_group.conf
@@ -69,11 +69,31 @@ symbols = {
weight = 7.0;
description = "From address is listed in zen drop bl";
}
+ "RECEIVED_SPAMHAUS_SBL" {
+ weight = 1.0;
+ description = "Received address is listed in zen sbl";
+ one_shot = true;
+ }
+ "RECEIVED_SPAMHAUS_CSS" {
+ weight = 1.0;
+ description = "Received address is listed in zen css";
+ one_shot = true;
+ }
"RECEIVED_SPAMHAUS_XBL" {
weight = 3.0;
description = "Received address is listed in zen xbl";
one_shot = true;
}
+ "RECEIVED_SPAMHAUS_PBL" {
+ weight = 0.0;
+ description = "Received address is listed in pbl (ISP list)";
+ one_shot = true;
+ }
+ "RECEIVED_SPAMHAUS_DROP" {
+ weight = 6.0;
+ description = "Received address is listed in zen drop bl";
+ one_shot = true;
+ }
"RBL_SENDERSCORE" {
weight = 2.0;
@@ -129,4 +149,4 @@ symbols = {
weight = 1.0;
description = "Address is listed in Spameatingmonkey RBL (ipv6)";
}
-} \ No newline at end of file
+}