From 957e3c6d1a841fa085e8cb160bcb19fe6d21cbbe Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 25 Sep 2018 19:16:53 +0300 Subject: [PATCH] [Minor] Remove UNPRECISE_RCPT_DETAIL_FROM_SPAMMY --- conf/composites.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/composites.conf b/conf/composites.conf index b2b9f9d5e..49a3f43d9 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -109,11 +109,6 @@ composites { description = "Phish message with subject trying to address users emotion"; score = 2.0; } - UNPRECISE_RCPT_DETAIL_FROM_SPAMMY { - expression = "TO_DN_NONE & FROM_HAS_DN & (REPLYTO_EQ_FROM | FREEMAIL_FROM | HAS_LIST_UNSUB)"; - description = "Spammy message with detailled sender but generic recipient"; - score = 0.5; - } HAS_ANON_DOMAIN { expression = "HAS_GUC_PROXY_URI | URIBL_RED | DBL_ABUSE_REDIR"; description = "Contains one or more domains trying to disguise owner/destination"; -- 2.39.5