]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove UNPRECISE_RCPT_DETAIL_FROM_SPAMMY 2530/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 25 Sep 2018 16:16:53 +0000 (19:16 +0300)
committerGitHub <noreply@github.com>
Tue, 25 Sep 2018 16:16:53 +0000 (19:16 +0300)
conf/composites.conf

index b2b9f9d5e7b8e9acfe9ce073734475f890cdca78..49a3f43d980780d616ff8015a320b8594368cfe2 100644 (file)
@@ -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";