From: heraklit256 Date: Sat, 13 Oct 2018 18:47:23 +0000 (+0200) Subject: add HAS_ONION_URI to HAS_ANON_DOMAIN X-Git-Tag: 1.8.1~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2590%2Fhead;p=thirdparty%2Frspamd.git add HAS_ONION_URI to HAS_ANON_DOMAIN --- diff --git a/conf/composites.conf b/conf/composites.conf index 431de669dc..b065e3cae0 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -113,7 +113,7 @@ composites { score = 2.0; } HAS_ANON_DOMAIN { - expression = "HAS_GUC_PROXY_URI | URIBL_RED | DBL_ABUSE_REDIR"; + expression = "HAS_GUC_PROXY_URI | URIBL_RED | DBL_ABUSE_REDIR | HAS_ONION_URI"; description = "Contains one or more domains trying to disguise owner/destination"; score = 0.5; }