]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix typo in lua_fuzzy options 3454/head
authorAnton Yuzhaninov <citrin+git@citrin.ru>
Sun, 26 Jul 2020 17:12:32 +0000 (18:12 +0100)
committerAnton Yuzhaninov <citrin+git@citrin.ru>
Sun, 26 Jul 2020 17:12:32 +0000 (18:12 +0100)
lualib/lua_fuzzy.lua

index fdae76e6294c1665ee3ba57f86d0312bb223e4a6..d2733d5d6012520f4ccf49354810374d00780133 100644 (file)
@@ -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