From ad78012dd91c21820437f03e1864ea2d497c8b8d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 15 Jun 2020 09:47:01 +0100 Subject: [PATCH] [Conf] Register a known symbol --- conf/scores.d/phishing_group.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/scores.d/phishing_group.conf b/conf/scores.d/phishing_group.conf index c1e9255e4b..c7368ef72d 100644 --- a/conf/scores.d/phishing_group.conf +++ b/conf/scores.d/phishing_group.conf @@ -37,4 +37,8 @@ symbols = { weight = 4.5; description = "Phishing message from hacked wordpress"; } + REDIRECTOR_FALSE { + weight = 0.0; + description = "Phishing exclusion symbol for known redirectors"; + } } \ No newline at end of file -- 2.47.3