Browse Source

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

rename symbol_sign -> sign_symbol
tags/3.5
Jan Smutny 1 year ago
parent
commit
2d3b612174
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conf/modules.d/arc.conf

+ 1
- 1
conf/modules.d/arc.conf View File

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

Loading…
Cancel
Save