From efa90ef39df5c51670ac20f95046f3a56b86ab40 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 584978453a..252c592ff4 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 -- 2.47.3