]> source.dussan.org Git - rspamd.git/commitdiff
lower score for PHISH_EMOTION to 1.0 2566/head
authorheraklit256 <heraklit256@users.noreply.github.com>
Wed, 17 Oct 2018 19:49:38 +0000 (21:49 +0200)
committerheraklit256 <heraklit256@users.noreply.github.com>
Wed, 17 Oct 2018 19:49:38 +0000 (21:49 +0200)
conf/composites.conf

index d8be8ca72a3d0b9277ab99b6d3e041b762093b46..36490d3b726f53e3160f047c5a3e255ef52f6790 100644 (file)
@@ -110,7 +110,7 @@ composites {
     PHISH_EMOTION {
         expression = "(PHISHING | DBL_PHISH | PHISHED_OPENPHISH | PHISHED_PHISHTANK) & (SUBJECT_ENDS_QUESTION | SUBJECT_ENDS_EXCLAIM)";
         description = "Phish message with subject trying to address users emotion";
-        score = 2.0;
+        score = 1.0;
         policy = "leave";
     }
     HAS_ANON_DOMAIN {