From 2c189f98408aca3020d68b907af22942debf85a3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 22 Jul 2019 17:00:00 +0100 Subject: [PATCH] [Rules] Reduce weight of RSPAMD_EMAILBL --- 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 9b56e7109..4f27a3501 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -52,7 +52,7 @@ symbols = { } "RSPAMD_EMAILBL" { - weight = 9.5; + weight = 2.5; description = "Rspamd emailbl, bl.rspamd.com"; one_shot = true; groups = ["rspamdbl"]; -- 2.39.5