diff options
-rw-r--r-- | src/plugins/lua/multimap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/multimap.lua b/src/plugins/lua/multimap.lua index 584978453..252c592ff 100644 --- a/src/plugins/lua/multimap.lua +++ b/src/plugins/lua/multimap.lua @@ -792,7 +792,7 @@ local function multimap_callback(task, rule) if hdrs and hdrs[1] then if not rule['artificial'] then hdrs = fun.filter(function(h) - return not h['artificial'] + return not h['flags']['artificial'] end, hdrs):totable() end for pos, h in ipairs(hdrs) do |