From: heraklit256 Date: Wed, 17 Oct 2018 19:49:16 +0000 (+0200) Subject: lower score for HAS_ANON_DOMAIN to 0.1 X-Git-Tag: 1.8.2~191^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5fbf6435ab9f41c5a3fae0115c41e8edca7fb4b;p=thirdparty%2Frspamd.git lower score for HAS_ANON_DOMAIN to 0.1 --- diff --git a/conf/composites.conf b/conf/composites.conf index 588b988298..d8be8ca72a 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -116,7 +116,7 @@ composites { HAS_ANON_DOMAIN { expression = "HAS_GUC_PROXY_URI | URIBL_RED | DBL_ABUSE_REDIR"; description = "Contains one or more domains trying to disguise owner/destination"; - score = 0.5; + score = 0.1; policy = "leave"; }