commit ad78012: [Conf] Register a known symbol

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Jun 15 08:49:06 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-06-15 09:47:01 +0100
URL: https://github.com/rspamd/rspamd/commit/ad78012dd91c21820437f03e1864ea2d497c8b8d (HEAD -> master)

[Conf] Register a known symbol

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


More information about the Commits mailing list