소스 검색

Merge pull request #4594 from fatalbanana/symbols_prefixes

[Fix] rbl: really fix dependency registration when symbols_prefixes i…
tags/3.7.1
Vsevolod Stakhov 9 달 전
부모
커밋
67c8b53122
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/plugins/lua/rbl.lua

+ 1
- 1
src/plugins/lua/rbl.lua 파일 보기

@@ -1094,7 +1094,7 @@ local function add_rbl(key, rbl, global_opts)
lua_util.debugm(N, rspamd_config, 'rule dump for %s: %s',
rbl.symbol, rbl)

local check_sym = rbl.symbol_prefixes and rbl.symbol .. '_CHECK' or rbl.symbol
local check_sym = rbl.symbols_prefixes and rbl.symbol .. '_CHECK' or rbl.symbol

if rbl.dkim then
rspamd_config:register_dependency(check_sym, 'DKIM_CHECK')

Loading…
취소
저장