From e60e4591e99172fdc28884d1eae38e96e6b22901 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Sun, 1 Dec 2024 00:50:38 +0200 Subject: [PATCH] DMARC: remove broken stuff from example config --- doc/modules/dmarc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/dmarc.md b/doc/modules/dmarc.md index 3c7c1d614..026a47c2f 100644 --- a/doc/modules/dmarc.md +++ b/doc/modules/dmarc.md @@ -106,6 +106,6 @@ munging { reply_goes_to_list = false; # set reply-to to the list address mitigate_allow_only = true; # perform munging based on DMARC_POLICY_ALLOW only munge_from = true; # replace From header with something like via - munge_map_condition = nil; # maps expression to enable munging + #munge_map_condition = "R_SPF_ALLOW & !FOO"; # maps expression to enable munging } ~~~