aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/arc.conf
diff options
context:
space:
mode:
authorJan Smutny <js@excello.cz>2023-01-31 15:06:01 +0100
committerJan Smutny <js@excello.cz>2023-01-31 15:07:10 +0100
commit2d3b61217453ca06073e923efe944ce811827c72 (patch)
treee2ad19363695ebb8d972170b59b75dd5f4e81b62 /conf/modules.d/arc.conf
parentb5f1b8f74eb837cc64a357c4b4149eec16b40568 (diff)
downloadrspamd-2d3b61217453ca06073e923efe944ce811827c72.tar.gz
rspamd-2d3b61217453ca06073e923efe944ce811827c72.zip
conf/modules.d/arc.conf: fix parameter name
rename symbol_sign -> sign_symbol
Diffstat (limited to 'conf/modules.d/arc.conf')
-rw-r--r--conf/modules.d/arc.conf2
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"