From 70d9716811a80dd00dfaea3bbdbde082787a1dda Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 8 Nov 2021 15:48:51 +0000 Subject: [PATCH] [Minor] Fix flag name --- lualib/lua_mime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/lua_mime.lua b/lualib/lua_mime.lua index ffc1fb2f9..4e61b4a20 100644 --- a/lualib/lua_mime.lua +++ b/lualib/lua_mime.lua @@ -515,7 +515,7 @@ end -- Adds/removes headers both internal and in the milter reply --]] exports.modify_headers = function(task, hdr_alterations) - if task:has_flag('skip') then + if task:has_flag('skip_process') then -- Cannot set flags for skipped (and unprocessed) task return end -- 2.39.5