]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Increase score of URIBL_XBL
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Wed, 2 Aug 2023 13:09:29 +0000 (13:09 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Wed, 2 Aug 2023 13:09:29 +0000 (13:09 +0000)
This aids with detecting FQDNs hosted on hacked machines, such as used
in Fast Flux-style botnet spam.

conf/scores.d/surbl_group.conf

index 00e0be8aed37740ba8c460dc46462a6856ff5725..b7cf7d1e6a118bb6177ff94e7c3a1ae75c551573 100644 (file)
@@ -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"];