From f22a7fac19d043414b97b22f9b6c6b99d05d0790 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 12 Dec 2017 14:03:01 +0200 Subject: [PATCH] [Fix] Multimap: received: filtering of artificial header --- src/plugins/lua/multimap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/multimap.lua b/src/plugins/lua/multimap.lua index edfe4c7f66..6d89f4e47e 100644 --- a/src/plugins/lua/multimap.lua +++ b/src/plugins/lua/multimap.lua @@ -776,7 +776,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 -- 2.47.3