diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-02-25 19:17:47 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-02-25 19:17:47 +0000 |
commit | ce21f8fe16a45a5a409d3c9f8217eba2de1fbe14 (patch) | |
tree | 53170ec5f2be2d14b77ed781a5a46a2822dc3854 /conf/scores.d | |
parent | a7ab8856d42746aab0abc77eee1e5564513a4497 (diff) | |
download | rspamd-ce21f8fe16a45a5a409d3c9f8217eba2de1fbe14.tar.gz rspamd-ce21f8fe16a45a5a409d3c9f8217eba2de1fbe14.zip |
[Rework] Phishing: Split from redirectors usage
Diffstat (limited to 'conf/scores.d')
-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 c7368ef72..9e5c4a325 100644 --- a/conf/scores.d/phishing_group.conf +++ b/conf/scores.d/phishing_group.conf @@ -41,4 +41,8 @@ symbols = { weight = 0.0; description = "Phishing exclusion symbol for known redirectors"; } + PHISHED_WHITELISTED { + weight = 0.0; + description = "Phishing exclusion symbol for known exceptions"; + } }
\ No newline at end of file |