From: Vsevolod Stakhov Date: Tue, 6 Apr 2021 14:39:50 +0000 (+0100) Subject: [Minor] Rspamadm: Fix misprint nostat -> no_stat X-Git-Tag: 3.0~520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=197488c5165443be8b8e414c581abe9ed59a7ccc;p=thirdparty%2Frspamd.git [Minor] Rspamadm: Fix misprint nostat -> no_stat --- diff --git a/lualib/rspamadm/clickhouse.lua b/lualib/rspamadm/clickhouse.lua index 3f9a7cb731..235b7632ac 100644 --- a/lualib/rspamadm/clickhouse.lua +++ b/lualib/rspamadm/clickhouse.lua @@ -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,