commit da895ee: ARC signing instead of DKIM signing.

Kristian Klausen kristian at klausen.dk
Sat Oct 12 13:56:44 UTC 2019


Author: Kristian Klausen
Date: 2019-10-12 15:08:06 +0200
URL: https://github.com/rspamd/rspamd/commit/da895eeae7dbf43e4ab9fc49f4b6bbe8e5f7311c (refs/pull/3081/head)

ARC signing instead of DKIM signing.
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/modules.d/arc.conf b/conf/modules.d/arc.conf
index 48b5e59e9..9528427b4 100644
--- a/conf/modules.d/arc.conf
+++ b/conf/modules.d/arc.conf
@@ -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;


More information about the Commits mailing list