diff options
author | heraklit256 <heraklit256@users.noreply.github.com> | 2018-10-17 21:49:38 +0200 |
---|---|---|
committer | heraklit256 <heraklit256@users.noreply.github.com> | 2018-10-17 21:49:38 +0200 |
commit | 574536f825e2ad8c2d4d462c5ab183738eadbdb5 (patch) | |
tree | 790291ea541c48caa3b5ec6baea13fe462b34ab2 /conf/composites.conf | |
parent | e5fbf6435ab9f41c5a3fae0115c41e8edca7fb4b (diff) | |
download | rspamd-574536f825e2ad8c2d4d462c5ab183738eadbdb5.tar.gz rspamd-574536f825e2ad8c2d4d462c5ab183738eadbdb5.zip |
lower score for PHISH_EMOTION to 1.0
Diffstat (limited to 'conf/composites.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 d8be8ca72..36490d3b7 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -110,7 +110,7 @@ composites { PHISH_EMOTION { expression = "(PHISHING | DBL_PHISH | PHISHED_OPENPHISH | PHISHED_PHISHTANK) & (SUBJECT_ENDS_QUESTION | SUBJECT_ENDS_EXCLAIM)"; description = "Phish message with subject trying to address users emotion"; - score = 2.0; + score = 1.0; policy = "leave"; } HAS_ANON_DOMAIN { |