diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-08-25 13:56:24 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-08-25 13:56:24 +0100 |
commit | f78e460fed2360562d16eade74e4708810f392f3 (patch) | |
tree | e184d56028170f445003bcf617a2b73cf54dde09 /src | |
parent | 7fd453d4b676a50d0749c62695c0142811c7dc91 (diff) | |
download | rspamd-f78e460fed2360562d16eade74e4708810f392f3.tar.gz rspamd-f78e460fed2360562d16eade74e4708810f392f3.zip |
Adopt whitelist plugin.
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/lua/whitelist.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lua/whitelist.lua b/src/plugins/lua/whitelist.lua index 84adada72..82d2bb958 100644 --- a/src/plugins/lua/whitelist.lua +++ b/src/plugins/lua/whitelist.lua @@ -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 |