diff options
author | Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> | 2023-08-16 12:41:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 12:41:00 +0300 |
commit | 7d0d4e7beeb67930f8b0788e43e2b54a87fa95b7 (patch) | |
tree | 00d4e75d6e0be16a8728303632ece648b6e4e341 /conf | |
parent | 12f3489633066323694cf114211ed03e5f7c8ad1 (diff) | |
download | rspamd-7d0d4e7beeb67930f8b0788e43e2b54a87fa95b7.tar.gz rspamd-7d0d4e7beeb67930f8b0788e43e2b54a87fa95b7.zip |
Update phishing_group.conf
Diffstat (limited to 'conf')
-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 24d0ad596..54a660a55 100644 --- a/conf/scores.d/phishing_group.conf +++ b/conf/scores.d/phishing_group.conf @@ -25,6 +25,10 @@ symbols = { description = "Phished URL"; one_shot = true; } + "PHISHED_EXCLUDED" { + weight = 0.0; + description = "Phished URL found in exclusions list"; + } "PHISHED_OPENPHISH" { weight = 7.0; description = "Phished URL found in openphish.com"; |