]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor fix] Limit PHISHING to one shot
authorAlexander Moisseev <moiseev@mezonplus.ru>
Mon, 2 May 2016 14:22:00 +0000 (17:22 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Mon, 2 May 2016 14:22:00 +0000 (17:22 +0300)
conf/metrics.conf

index c79299df16668872bef04b250fb03f8b66705b0d..b42413658e2bf9049f1c3a4acd7a3cea659c182a 100644 (file)
@@ -833,8 +833,9 @@ metric {
 
     group "phishing" {
         symbol "PHISHING" {
-            weight = 3.0;
+            weight = 6.0;
             description = "Phished mail";
+            one_shot = true;
         }
     }