From: Vsevolod Stakhov Date: Mon, 15 Jun 2020 08:47:01 +0000 (+0100) Subject: [Conf] Register a known symbol X-Git-Tag: 2.6~322 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad78012dd91c21820437f03e1864ea2d497c8b8d;p=thirdparty%2Frspamd.git [Conf] Register a known symbol --- 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