]> source.dussan.org Git - rspamd.git/commitdiff
conf/modules.d/arc.conf: fix parameter name 4387/head
authorJan Smutny <js@excello.cz>
Tue, 31 Jan 2023 14:06:01 +0000 (15:06 +0100)
committerJan Smutny <js@excello.cz>
Tue, 31 Jan 2023 14:07:10 +0000 (15:07 +0100)
rename symbol_sign -> sign_symbol

conf/modules.d/arc.conf

index 4b5682b7779ea84c117a06d7fdc653c77036d39d..f26dad86eaee65926d34e59ef8c6903521d3381b 100644 (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"