aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2024-01-31 17:07:57 +0200
committerAndrew Lewis <nerf@judo.za.org>2024-01-31 17:07:57 +0200
commita5c80541154fdb648f93f87d90381f4ddabe887a (patch)
treee808290b89b86e249ca214286250a63065dc7e76 /conf
parent66fde72a407311b6cb8ae3f5724573c514630b95 (diff)
downloadrspamd-a5c80541154fdb648f93f87d90381f4ddabe887a.tar.gz
rspamd-a5c80541154fdb648f93f87d90381f4ddabe887a.zip
[Minor] Add more returnbits to surbl configuration
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/rbl.conf2
-rw-r--r--conf/scores.d/surbl_group.conf12
2 files changed, 14 insertions, 0 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 79dfc84ea..ef87c4c5a 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -212,8 +212,10 @@ rbl {
returnbits = {
CRACKED_SURBL = 128;
ABUSE_SURBL = 64;
+ CT_SURBL = 32;
MW_SURBL_MULTI = 16;
PH_SURBL_MULTI = 8;
+ DM_SURBL = 4;
SURBL_BLOCKED = 1;
}
}
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf
index 25e8ed7e2..89579ca15 100644
--- a/conf/scores.d/surbl_group.conf
+++ b/conf/scores.d/surbl_group.conf
@@ -50,6 +50,18 @@ symbols = {
one_shot = true;
groups = ["surblorg"];
}
+ "CT_SURBL" {
+ weight = 0.0;
+ description = "A domain in the message is listed in SURBL as a clicktracker";
+ one_shot = true;
+ groups = ["surblorg"];
+ }
+ "DM_SURBL" {
+ weight = 0.0;
+ description = "A domain in the message is listed in SURBL as belonging to a disposable email service";
+ one_shot = true;
+ groups = ["surblorg"];
+ }
"RSPAMD_URIBL" {
weight = 4.5;