From 648c87a9354b4a25052681d7f787f43cc7ef9327 Mon Sep 17 00:00:00 2001 From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Sun, 9 Sep 2018 18:28:17 +0200 Subject: [PATCH] add rule for domains trying to stay anonymous --- conf/composites.conf | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.47.3