summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-08-02 13:09:29 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-08-02 13:09:29 +0000
commitc83818fd386beeaee866928308a3019dd50e4011 (patch)
tree5ca66aba0ccdbb7675a62bef9a3138dfcb69e92e /conf
parente0d9991191bc8e3c0cc9f3acc79136c5fa5047e5 (diff)
downloadrspamd-c83818fd386beeaee866928308a3019dd50e4011.tar.gz
rspamd-c83818fd386beeaee866928308a3019dd50e4011.zip
[Minor] Increase score of URIBL_XBL
This aids with detecting FQDNs hosted on hacked machines, such as used in Fast Flux-style botnet spam.
Diffstat (limited to 'conf')
-rw-r--r--conf/scores.d/surbl_group.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf
index 00e0be8ae..b7cf7d1e6 100644
--- a/conf/scores.d/surbl_group.conf
+++ b/conf/scores.d/surbl_group.conf
@@ -237,7 +237,7 @@ symbols = {
}
"URIBL_XBL" {
ignore = true;
- weight = 1.5;
+ weight = 3.0;
description = "A domain in the message body resolves to an IP listed in Spamhaus XBL";
one_shot = true;
groups = ["spamhaus"];