diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-07-08 19:52:35 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 19:52:35 +0600 |
commit | e9d6cfae21b9db130a7c83101954d2df1d6f89aa (patch) | |
tree | afc9fc3c9fa99b445807a66aaefa70a328c136d3 | |
parent | 213c8ef3232ceada4e70fba6e3c4e72362cb5f15 (diff) | |
parent | 48b14a8bede13b0205b90297f611e4d84703afbb (diff) | |
download | rspamd-e9d6cfae21b9db130a7c83101954d2df1d6f89aa.tar.gz rspamd-e9d6cfae21b9db130a7c83101954d2df1d6f89aa.zip |
Merge pull request #5042 from fatalbanana/suspicious_images
[Minor] Fix description (#3867)
-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 7c352c2e1..df753f465 100644 --- a/rules/html.lua +++ b/rules/html.lua @@ -176,7 +176,7 @@ rspamd_config.R_SUSPICIOUS_IMAGES = { score = 5.0, group = 'html', - description = 'Message contains many suspicious messages' + description = 'Message has high image to text ratio' } local vis_check_id = rspamd_config:register_symbol { |