diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-06-15 09:47:01 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-06-15 09:47:19 +0100 |
commit | ad78012dd91c21820437f03e1864ea2d497c8b8d (patch) | |
tree | 2904413e06787db73d47474c416b0c4e95d77c30 | |
parent | e6e2f33e0289b837cd620110c565ec0ff0c66516 (diff) | |
download | rspamd-ad78012dd91c21820437f03e1864ea2d497c8b8d.tar.gz rspamd-ad78012dd91c21820437f03e1864ea2d497c8b8d.zip |
[Conf] Register a known symbol
-rw-r--r-- | conf/scores.d/phishing_group.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/scores.d/phishing_group.conf b/conf/scores.d/phishing_group.conf index c1e9255e4..c7368ef72 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 |