commit 24fd20b: set score of URIBL_PBL to +0.01 (be less penalising here)

heraklit256 heraklit256 at users.noreply.github.com
Sun Mar 10 21:21:04 UTC 2019


Author: heraklit256
Date: 2019-03-04 18:53:23 +0100
URL: https://github.com/rspamd/rspamd/commit/24fd20bff8dd7d3c996202511bf9f7cd18570f0f

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 94e6e1c8b..ba79ee256 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" {


More information about the Commits mailing list