diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-09-09 18:28:17 +0200 |
---|---|---|
committer | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-09-09 18:28:17 +0200 |
commit | 648c87a9354b4a25052681d7f787f43cc7ef9327 (patch) | |
tree | 5966c738e3a3a68a87aea9cb0ece3bb3391180c1 /conf/composites.conf | |
parent | 04b52561b0cf2545e40e7a87c330cd2c088063ac (diff) | |
download | rspamd-648c87a9354b4a25052681d7f787f43cc7ef9327.tar.gz rspamd-648c87a9354b4a25052681d7f787f43cc7ef9327.zip |
add rule for domains trying to stay anonymous
Diffstat (limited to 'conf/composites.conf')
-rw-r--r-- | conf/composites.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 12f445990..b2b9f9d5e 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" |