]> source.dussan.org Git - rspamd.git/commitdiff
ARC signing instead of DKIM signing. 3081/head
authorKristian Klausen <kristian@klausen.dk>
Sat, 12 Oct 2019 13:08:06 +0000 (15:08 +0200)
committerKristian Klausen <kristian@klausen.dk>
Sat, 12 Oct 2019 13:09:18 +0000 (15:09 +0200)
The original commit:
198dca66a ARC signing instead of DKIM signing.
was unintended "reverted" in:
3288513eb [Config] Reasonable default settings for ARC

conf/modules.d/arc.conf

index 48b5e59e919f5278a12efa5d6f3a380a1e0c3c63..9528427b431996f5277c144b61da6bdce336319f 100644 (file)
@@ -47,7 +47,7 @@ arc {
   symbol_sign = "ARC_SIGNED";
   # Whether to fallback to global config
   try_fallback = true;
-  # Domain to use for DKIM signing: can be "header", "envelope" or "recipient"
+  # Domain to use for ARC signing: can be "header", "envelope" or "recipient"
   use_domain = "recipient";
   # Whether to normalise domains to eSLD
   use_esld = true;