소스 검색

conf/modules.d/arc.conf: fix parameter name

rename symbol_sign -> sign_symbol
tags/3.5
Jan Smutny 1 년 전
부모
커밋
2d3b612174
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      conf/modules.d/arc.conf

+ 1
- 1
conf/modules.d/arc.conf 파일 보기

@@ -44,7 +44,7 @@ arc {
# If false, messages from local networks are not selected for signing
sign_local = false;
# Symbol to add when message is signed
symbol_sign = "ARC_SIGNED";
sign_symbol = "ARC_SIGNED";
# Whether to fallback to global config
try_fallback = true;
# Domain to use for ARC signing: can be "header", "envelope" or "recipient"

Loading…
취소
저장