diff options
author | Richard Schwab <richard.schwab@valtech.com> | 2021-03-24 23:41:41 +0100 |
---|---|---|
committer | Richard Schwab <richard.schwab@valtech.com> | 2021-03-24 23:41:56 +0100 |
commit | 7f7d40887600e60090fb83f9fa720df18526edaa (patch) | |
tree | 9462498c613624df65e622af94039689b5183de7 /rules/misc.lua | |
parent | 18a8bed20e5b4baa5a967678977710b379c6a865 (diff) | |
download | rspamd-7f7d40887600e60090fb83f9fa720df18526edaa.tar.gz rspamd-7f7d40887600e60090fb83f9fa720df18526edaa.zip |
[Minor] fix typo: obfusicated -> obfuscated
Diffstat (limited to 'rules/misc.lua')
-rw-r--r-- | rules/misc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/misc.lua b/rules/misc.lua index 8f98fcc06..01a7c1f4b 100644 --- a/rules/misc.lua +++ b/rules/misc.lua @@ -142,7 +142,7 @@ local obscured_id = rspamd_config:register_symbol{ name = 'R_SUSPICIOUS_URL', score = 5.0, one_shot = true, - description = 'Obfusicated or suspicious URL has been found in a message', + description = 'Obfuscated or suspicious URL has been found in a message', group = 'url' } |