From: heraklit256 Date: Wed, 17 Oct 2018 19:49:38 +0000 (+0200) Subject: lower score for PHISH_EMOTION to 1.0 X-Git-Tag: 1.8.2~191^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2566%2Fhead;p=rspamd.git lower score for PHISH_EMOTION to 1.0 --- diff --git a/conf/composites.conf b/conf/composites.conf index d8be8ca72..36490d3b7 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -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 {