From: Alexander Moisseev Date: Tue, 25 Sep 2018 16:16:53 +0000 (+0300) Subject: [Minor] Remove UNPRECISE_RCPT_DETAIL_FROM_SPAMMY X-Git-Tag: 1.8.1~154^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2530%2Fhead;p=thirdparty%2Frspamd.git [Minor] Remove UNPRECISE_RCPT_DETAIL_FROM_SPAMMY --- diff --git a/conf/composites.conf b/conf/composites.conf index b2b9f9d5e7..49a3f43d98 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";