]> source.dussan.org Git - rspamd.git/commitdiff
ARC signing instead of DKIM signing. 3047/head
authorReio Remma <reio@mrstuudio.ee>
Sun, 22 Sep 2019 17:46:46 +0000 (20:46 +0300)
committerReio Remma <reio@mrstuudio.ee>
Sun, 22 Sep 2019 17:46:46 +0000 (20:46 +0300)
conf/modules.d/arc.conf

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