From 24fd20bff8dd7d3c996202511bf9f7cd18570f0f Mon Sep 17 00:00:00 2001 From: heraklit256 Date: Mon, 4 Mar 2019 18:53:23 +0100 Subject: [PATCH] set score of URIBL_PBL to +0.01 (be less penalising here) --- 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 94e6e1c8bf..ba79ee2564 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -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" { -- 2.47.3