Skip to content

Commit

Permalink
DMARC: remove broken stuff from example config
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalbanana committed Nov 30, 2024
1 parent d6938b5 commit e60e459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/dmarc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <orig name> via <rcpt user>
munge_map_condition = nil; # maps expression to enable munging
#munge_map_condition = "R_SPF_ALLOW & !FOO"; # maps expression to enable munging
}
~~~

0 comments on commit e60e459

Please sign in to comment.