From dca86b09040a223fb3d08a6cf83a1dfa71aa5c9e Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 28 Apr 2017 21:35:23 +0300 Subject: sympa: fix typo in dmarc_protection_mode --- modules/sympa/templates/sympa.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/sympa/templates/sympa.conf') diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 24825262..e3a5b1f7 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -298,4 +298,4 @@ reject_mail_from_automates_feature off # Rewrite header for DKIM signed messages and DMARC rejecting domains # Will only work when we will have Sympa 6.1.22 or above -dmarc_protection_mode=dkim_signature,dmarc_reject +dmarc_protection_mode dkim_signature,dmarc_reject -- cgit v1.2.1