From 8c12705705f5f3569c62c3d82b504eae66a0860a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 23 Sep 2018 14:57:46 +0100 Subject: [PATCH] [Conf] Add maximum group score for phishing --- conf/scores.d/phishing_group.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/scores.d/phishing_group.conf b/conf/scores.d/phishing_group.conf index d5a4ee0984..e3e4a55900 100644 --- a/conf/scores.d/phishing_group.conf +++ b/conf/scores.d/phishing_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +max_score = 10.0; + symbols = { "PHISHING" { weight = 4.0; -- 2.47.3