Bläddra i källkod

[Fix] Do not greylist on rejection

tags/1.3.0
Vsevolod Stakhov 8 år sedan
förälder
incheckning
675bd739a6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/plugins/lua/greylist.lua

+ 1
- 1
src/plugins/lua/greylist.lua Visa fil

@@ -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

Laddar…
Avbryt
Spara