Browse Source

[Minor] Fix flag name

tags/3.2
Vsevolod Stakhov 2 years ago
parent
commit
70d9716811
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lualib/lua_mime.lua

+ 1
- 1
lualib/lua_mime.lua View File

@@ -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

Loading…
Cancel
Save