]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Register a known symbol
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 15 Jun 2020 08:47:01 +0000 (09:47 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 15 Jun 2020 08:47:19 +0000 (09:47 +0100)
conf/scores.d/phishing_group.conf

index c1e9255e4b27af93c8289e50cda62987d5dd998b..c7368ef72df2312fb6394c49f844c32d379342f6 100644 (file)
@@ -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