commit 198dca6: ARC signing instead of DKIM signing.
Reio Remma
reio at mrstuudio.ee
Mon Sep 23 14:07:05 UTC 2019
Author: Reio Remma
Date: 2019-09-22 20:46:46 +0300
URL: https://github.com/rspamd/rspamd/commit/198dca66af759f1bd625b9c1d78475267cf9fc42 (refs/pull/3047/head)
ARC signing instead of DKIM signing.
---
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 3a6a383c9..b69ee7303 100644
--- a/conf/modules.d/arc.conf
+++ b/conf/modules.d/arc.conf
@@ -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;
More information about the Commits
mailing list