]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
set score of URIBL_PBL to +0.01 (be less penalising here)
authorheraklit256 <heraklit256@users.noreply.github.com>
Mon, 4 Mar 2019 17:53:23 +0000 (18:53 +0100)
committerheraklit256 <heraklit256@users.noreply.github.com>
Mon, 4 Mar 2019 17:53:23 +0000 (18:53 +0100)
conf/scores.d/surbl_group.conf

index 94e6e1c8bf115e4d65fd6661de01a29d96eb5e59..ba79ee256497352ccb45ff059947cfe9568a51eb 100644 (file)
@@ -163,7 +163,7 @@ symbols = {
         description = "A domain listed in the mail is listed in Spamhaus XBL URIBL";
     }
     "URIBL_PBL" {
-        weight = 0.1;
+        weight = 0.01;
         description = "A domain listed in the mail is listed in Spamhaus PBL URIBL";
     }
     "URIBL_DROP" {