Browse Source

Merge pull request #4387 from jendis/fix_arc_settings

conf/modules.d/arc.conf: fix parameter name
tags/3.5
Vsevolod Stakhov 1 year ago
parent
commit
f49186916a
No account linked to committer's email address
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

@@ -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…
Cancel
Save