ソースを参照

[Fix] Do not greylist on rejection

tags/1.3.0
Vsevolod Stakhov 8年前
コミット
675bd739a6
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/plugins/lua/greylist.lua

+ 1
- 1
src/plugins/lua/greylist.lua ファイルの表示

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

読み込み中…
キャンセル
保存