소스 검색

[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

Loading…
취소
저장