Kaynağa Gözat

[Fix] Do not greylist on rejection

tags/1.3.0
Vsevolod Stakhov 8 yıl önce
ebeveyn
işleme
675bd739a6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/plugins/lua/greylist.lua

+ 1
- 1
src/plugins/lua/greylist.lua Dosyayı Görüntüle

@@ -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…
İptal
Kaydet