diff options
-rw-r--r-- | lualib/rspamadm/clickhouse.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/rspamadm/clickhouse.lua b/lualib/rspamadm/clickhouse.lua index 3f9a7cb73..235b7632a 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, |