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: https://source.dussan.org/?a=commitdiff_plain;h=8f76d99b1569da98c4417d827ea73684954ca310;p=rspamd.git add HAS_ONION_URI to HAS_ANON_DOMAIN --- diff --git a/conf/composites.conf b/conf/composites.conf index 431de669d..b065e3cae 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; }