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

index 84adada72cba6883dd7a94839c2ab30c1dd4540f..82d2bb9580c67c51fc340c46e96288e2b378a1bf 100644 (file)
@@ -5,6 +5,7 @@ local symbol_from = nil
 
 local r = nil
 local h = nil  -- radix tree and hash table
+local rspamd_logger = require "rspamd_logger"
 
 local function check_whitelist (task)
        if symbol_ip then