diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-29 14:30:47 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-29 14:30:47 +0200 |
commit | f63fa491d19cf7eb8aae12b1c0ce4f388a8b8a7d (patch) | |
tree | e6d08c4f243b573f67ab22fae2af324242f2c8bd /rules/html.lua | |
parent | 19e9e19dfd461154f7d05d8a8bf00b4ff1a4d7e1 (diff) | |
download | rspamd-f63fa491d19cf7eb8aae12b1c0ce4f388a8b8a7d.tar.gz rspamd-f63fa491d19cf7eb8aae12b1c0ce4f388a8b8a7d.zip |
[Minor] Reduce scoring on some rules
Diffstat (limited to 'rules/html.lua')
-rw-r--r-- | rules/html.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/html.lua b/rules/html.lua index 25578723e..ad9bd4d42 100644 --- a/rules/html.lua +++ b/rules/html.lua @@ -59,7 +59,7 @@ rspamd_config.HTML_SHORT_LINK_IMG_1 = { callback = function(task) return check_html_image(task, 0, 1024) end, - score = 3.0, + score = 2.0, group = 'html', description = 'Short html part (0..1K) with a link to an image' } |