From: Vsevolod Stakhov Date: Wed, 10 Jul 2019 09:50:33 +0000 (+0100) Subject: [Minor] Neural: Sigh, another fix for passthrough X-Git-Tag: 2.0~611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d562ac860607af63b2d8836ae9f5f690fb3ffc97;p=thirdparty%2Frspamd.git [Minor] Neural: Sigh, another fix for passthrough --- diff --git a/src/plugins/lua/neural.lua b/src/plugins/lua/neural.lua index b88890c249..f23730ec3b 100644 --- a/src/plugins/lua/neural.lua +++ b/src/plugins/lua/neural.lua @@ -1072,6 +1072,8 @@ local function ann_push_vector(task) if verdict == 'passthrough' then lua_util.debugm(N, task, 'ignore task as its verdict is %s(%s)', verdict, score) + + return end for _,rule in pairs(settings.rules) do