From 574536f825e2ad8c2d4d462c5ab183738eadbdb5 Mon Sep 17 00:00:00 2001 From: heraklit256 Date: Wed, 17 Oct 2018 21:49:38 +0200 Subject: [PATCH] lower score for PHISH_EMOTION to 1.0 --- conf/composites.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5