diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-09-25 19:16:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 19:16:53 +0300 |
commit | 957e3c6d1a841fa085e8cb160bcb19fe6d21cbbe (patch) | |
tree | 9175cdc97e4f9f542d3dc314cb3db92b68f4eaee /conf | |
parent | 4e92a47bb4891973340f8199d5b1895635fd7b45 (diff) | |
download | rspamd-957e3c6d1a841fa085e8cb160bcb19fe6d21cbbe.tar.gz rspamd-957e3c6d1a841fa085e8cb160bcb19fe6d21cbbe.zip |
[Minor] Remove UNPRECISE_RCPT_DETAIL_FROM_SPAMMY
Diffstat (limited to 'conf')
-rw-r--r-- | conf/composites.conf | 5 |
1 files changed, 0 insertions, 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"; |