]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Rspamadm: Fix misprint nostat -> no_stat
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 6 Apr 2021 14:39:50 +0000 (15:39 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 6 Apr 2021 14:39:50 +0000 (15:39 +0100)
lualib/rspamadm/clickhouse.lua

index 3f9a7cb73181e1ccd535be56d8c82addc896bbcd..235b7632ac47c3a8cabf161a1b640fd7c2acd535 100644 (file)
@@ -170,7 +170,7 @@ local function get_excluded_symbols(known_symbols, correlations, seen_total)
   local composites = rspamd_config:get_all_opt('composites')
   local all_symbols = rspamd_config:get_symbols()
   local skip_flags = {
-    nostat = true,
+    no_stat = true,
     skip = true,
     idempotent = true,
     composite = true,