Skip to content

Commit

Permalink
[Minor] Spamassassin: Fix shadow results caching
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Dec 9, 2020
1 parent bbacfde commit 32170ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/spamassassin.lua
Expand Up @@ -1492,7 +1492,7 @@ local function post_process()
return sopt ~= k
end
if not already_processed then
if not already_processed[res_name or 'default'] then
-- Execute symbol
local function exec_symbol(cur_res)
local res,trace = expression:process_traced(gen_process_atom_cb(cur_res, task))
Expand Down

0 comments on commit 32170ed

Please sign in to comment.