From 2c36e76ffa0980e2e103a55488938c01be2ceb73 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 25 Aug 2014 13:40:10 +0100 Subject: Adopt rbl plugin. --- src/plugins/lua/rbl.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 7f2640a80..5b6165d80 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -1,5 +1,7 @@ local rbls = {} +local rspamd_logger = require "rspamd_logger" + local function ip_to_rbl(ip, rbl) return table.concat(ip:inversed_str_octets(), ".") .. '.' .. rbl end -- cgit v1.2.3