From: Vsevolod Stakhov Date: Fri, 7 Dec 2018 17:19:27 +0000 (+0000) Subject: [Minor] Add default X-Git-Tag: 1.9.0~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5ca6a560b221ebd4ac908e384e61619fc1599b;p=thirdparty%2Frspamd.git [Minor] Add default --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 7447850110..32eb4f2d01 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -219,8 +219,10 @@ local function rbl_cb (task) local havegot = { emails = {}, - received = {} + received = {}, + dkim = {}, } + local notgot = {} local alive_rbls = fun.filter(function(_, rbl)