]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
lower score for HAS_ANON_DOMAIN to 0.1
authorheraklit256 <heraklit256@users.noreply.github.com>
Wed, 17 Oct 2018 19:49:16 +0000 (21:49 +0200)
committerheraklit256 <heraklit256@users.noreply.github.com>
Wed, 17 Oct 2018 19:49:16 +0000 (21:49 +0200)
conf/composites.conf

index 588b988298599237d922adaef02a907edb147619..d8be8ca72a3d0b9277ab99b6d3e041b762093b46 100644 (file)
@@ -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";
     }