commit 7d0d4e7: Update phishing_group.conf

GitHub noreply at github.com
Tue Aug 22 12:42:05 UTC 2023


Author: Dmitriy Alekseev
Date: 2023-08-16 12:41:00 +0300
URL: https://github.com/rspamd/rspamd/commit/7d0d4e7beeb67930f8b0788e43e2b54a87fa95b7

Update phishing_group.conf

---
 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 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";


More information about the Commits mailing list