Browse Source

Adopt whitelist plugin.

tags/0.7.0
Vsevolod Stakhov 9 years ago
parent
commit
f78e460fed
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/plugins/lua/whitelist.lua

+ 1
- 0
src/plugins/lua/whitelist.lua View 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

Loading…
Cancel
Save