]> source.dussan.org Git - rspamd.git/commitdiff
Adopt rbl plugin.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 25 Aug 2014 12:40:10 +0000 (13:40 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 25 Aug 2014 12:40:10 +0000 (13:40 +0100)
src/plugins/lua/rbl.lua

index 7f2640a80e44d0ab639c4b4c675382aa69329c91..5b6165d80859534b874be73b86724a2659b4e690 100644 (file)
@@ -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