commit c83818f: [Minor] Increase score of URIBL_XBL

twesterhever 40121680+twesterhever at users.noreply.github.com
Sat Aug 19 18:07:05 UTC 2023


Author: twesterhever
Date: 2023-08-02 13:09:29 +0000
URL: https://github.com/rspamd/rspamd/commit/c83818fd386beeaee866928308a3019dd50e4011

[Minor] Increase score of URIBL_XBL
This aids with detecting FQDNs hosted on hacked machines, such as used
in Fast Flux-style botnet spam.

---
 conf/scores.d/surbl_group.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"];


More information about the Commits mailing list