diff options
author | Jan Smutny <js@excello.cz> | 2023-01-31 15:06:01 +0100 |
---|---|---|
committer | Jan Smutny <js@excello.cz> | 2023-01-31 15:07:10 +0100 |
commit | 2d3b61217453ca06073e923efe944ce811827c72 (patch) | |
tree | e2ad19363695ebb8d972170b59b75dd5f4e81b62 /conf | |
parent | b5f1b8f74eb837cc64a357c4b4149eec16b40568 (diff) | |
download | rspamd-2d3b61217453ca06073e923efe944ce811827c72.tar.gz rspamd-2d3b61217453ca06073e923efe944ce811827c72.zip |
conf/modules.d/arc.conf: fix parameter name
rename symbol_sign -> sign_symbol
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/arc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/arc.conf b/conf/modules.d/arc.conf index 4b5682b77..f26dad86e 100644 --- a/conf/modules.d/arc.conf +++ b/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" |