From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Sun, 9 Sep 2018 16:28:17 +0000 (+0200) Subject: add rule for domains trying to stay anonymous X-Git-Tag: 1.8.0~156^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2474%2Fhead;p=thirdparty%2Frspamd.git add rule for domains trying to stay anonymous --- diff --git a/conf/composites.conf b/conf/composites.conf index 12f4459905..b2b9f9d5e7 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -114,6 +114,11 @@ composites { description = "Spammy message with detailled sender but generic recipient"; score = 0.5; } + 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; + } .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/composites.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf"