diff options
author | heraklit256 <heraklit256@users.noreply.github.com> | 2018-10-17 21:49:16 +0200 |
---|---|---|
committer | heraklit256 <heraklit256@users.noreply.github.com> | 2018-10-17 21:49:16 +0200 |
commit | e5fbf6435ab9f41c5a3fae0115c41e8edca7fb4b (patch) | |
tree | 37a911de461a6703345cb758d5993214ae3578f3 /conf | |
parent | 0455923baf5721005a07c3d9d8daf857ca9e2294 (diff) | |
download | rspamd-e5fbf6435ab9f41c5a3fae0115c41e8edca7fb4b.tar.gz rspamd-e5fbf6435ab9f41c5a3fae0115c41e8edca7fb4b.zip |
lower score for HAS_ANON_DOMAIN to 0.1
Diffstat (limited to 'conf')
-rw-r--r-- | conf/composites.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 588b98829..d8be8ca72 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -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"; } |