From: Alexander Moisseev Date: Sat, 5 Nov 2016 09:56:24 +0000 (+0300) Subject: [Minor] Add another missing `fun` module local reference X-Git-Tag: 1.4.0~119^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f13aa16ee4785ba47530f09190c3d48aa659f162;p=rspamd.git [Minor] Add another missing `fun` module local reference --- diff --git a/src/plugins/lua/dcc.lua b/src/plugins/lua/dcc.lua index 08fca893f..cd8f76de2 100644 --- a/src/plugins/lua/dcc.lua +++ b/src/plugins/lua/dcc.lua @@ -49,7 +49,7 @@ local function check_dcc (task) local envrcpt = 'test@example.com' local rcpts = task:get_recipients(); if rcpts then - local r = table.concat(fun.totable(map(function(rcpt) + local r = table.concat(fun.totable(fun.map(function(rcpt) return rcpt['addr'] end, rcpts)), '\n') if r then