commit 2d3b612: conf/modules.d/arc.conf: fix parameter name
Jan Smutny
js at excello.cz
Tue Jan 31 15:21:03 UTC 2023
Author: Jan Smutny
Date: 2023-01-31 15:06:01 +0100
URL: https://github.com/rspamd/rspamd/commit/2d3b61217453ca06073e923efe944ce811827c72 (refs/pull/4387/head)
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"
More information about the Commits
mailing list