From: Vsevolod Stakhov Date: Wed, 7 Jan 2026 14:46:04 +0000 (+0000) Subject: [Fix] Neural: by default *include* symbols with no flags X-Git-Tag: 3.14.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f9b73355c716315365ba8b1c60fa87367e9da5;p=thirdparty%2Frspamd.git [Fix] Neural: by default *include* symbols with no flags --- diff --git a/lualib/plugins/neural.lua b/lualib/plugins/neural.lua index ab4c24060b..756da552b7 100644 --- a/lualib/plugins/neural.lua +++ b/lualib/plugins/neural.lua @@ -1082,7 +1082,7 @@ local function process_rules_settings() return not (fl.nostat or fl.idempotent or fl.skip or fl.composite) end - return false + return true end -- Generic stuff