]> source.dussan.org Git - rspamd.git/commitdiff
add HAS_ONION_URI to HAS_ANON_DOMAIN 2590/head
authorheraklit256 <heraklit256@users.noreply.github.com>
Sat, 13 Oct 2018 18:47:23 +0000 (20:47 +0200)
committerheraklit256 <heraklit256@users.noreply.github.com>
Sat, 13 Oct 2018 18:47:23 +0000 (20:47 +0200)
conf/composites.conf

index 431de669dcc0530e308171ed5d1afe76e572e07e..b065e3cae01a2e5f969084dab73d10014d999f9b 100644 (file)
@@ -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;
     }