From e5fbf6435ab9f41c5a3fae0115c41e8edca7fb4b Mon Sep 17 00:00:00 2001 From: heraklit256 Date: Wed, 17 Oct 2018 21:49:16 +0200 Subject: [PATCH] lower score for HAS_ANON_DOMAIN to 0.1 --- conf/composites.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.47.3