Browse Source

[Fix] Do not greylist on rejection

tags/1.3.0
Vsevolod Stakhov 8 years ago
parent
commit
675bd739a6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/greylist.lua

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

@@ -255,7 +255,7 @@ local function greylist_set(task)
end
end
else
if action ~= 'no action' then
if action ~= 'no action' and action ~= 'reject' then
local grey_res = task:get_mempool():get_variable("grey_greylisted_body")

if grey_res then

Loading…
Cancel
Save