Browse Source

[Minor] Removed by a mistake

tags/1.5.4
Vsevolod Stakhov 7 years ago
parent
commit
dcfc47f453
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/plugins/lua/greylist.lua

+ 1
- 0
src/plugins/lua/greylist.lua View File

@@ -265,6 +265,7 @@ local function greylist_set(task)
end

local is_whitelisted = task:get_mempool():get_variable("grey_whitelisted")
local do_greylisting = task:get_mempool():get_variable("grey_greylisted")
local do_greylisting_required = task:get_mempool():get_variable("grey_greylisted_required")

-- Third and second level domains whitelist

Loading…
Cancel
Save