From: Anton Yuzhaninov Date: Sun, 26 Jul 2020 17:12:32 +0000 (+0100) Subject: [Minor] Fix typo in lua_fuzzy options X-Git-Tag: 2.6~215^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3454%2Fhead;p=thirdparty%2Frspamd.git [Minor] Fix typo in lua_fuzzy options --- diff --git a/lualib/lua_fuzzy.lua b/lualib/lua_fuzzy.lua index fdae76e629..d2733d5d60 100644 --- a/lualib/lua_fuzzy.lua +++ b/lualib/lua_fuzzy.lua @@ -58,7 +58,7 @@ local policy_schema = ts.shape{ scan_archives = ts.boolean, short_text_direct_hash = ts.boolean, text_shingles = ts.boolean, - skip_imagess = ts.boolean, + skip_images = ts.boolean, } @@ -327,4 +327,4 @@ exports.cleanup_rules = function() rules = {} end -return exports \ No newline at end of file +return exports