From: Reio Remma Date: Sun, 22 Sep 2019 17:46:46 +0000 (+0300) Subject: ARC signing instead of DKIM signing. X-Git-Tag: 2.0~155^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F3047%2Fhead;p=rspamd.git ARC signing instead of DKIM signing. --- 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;