From 2d3b61217453ca06073e923efe944ce811827c72 Mon Sep 17 00:00:00 2001 From: Jan Smutny Date: Tue, 31 Jan 2023 15:06:01 +0100 Subject: [PATCH] conf/modules.d/arc.conf: fix parameter name rename symbol_sign -> sign_symbol --- conf/modules.d/arc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5