diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-13 14:26:17 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-13 14:26:17 +0000 |
commit | 39fdec3c4a4b4c1cc60cd17413b096dd07344734 (patch) | |
tree | ba125706c3d1dfc478c5a934683f53625dca2c2b /doc | |
parent | 6906c131d1d07d07831f8fbabae6290a3cba6ca3 (diff) |
DMARC: default dmarc_tld_file to unset. Bug 2494
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 5 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 8be9b7121..a92ac9151 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -40533,7 +40533,10 @@ the most current version can be downloaded from a link at &url(https://publicsuffix.org/list/, currently pointing at https://publicsuffix.org/list/public_suffix_list.dat) See also util/renew-opendmarc-tlds.sh script. -The default for the option is /etc/exim/opendmarc.tlds. +.new +The default for the option is unset. +If not set, DMARC processing is disabled. +.wen The &%dmarc_history_file%& option, if set diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f9a939d72..032bfc917 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -39,6 +39,12 @@ JH/10 Bug 2492: Use tainted memory for retry record when needed. Previously whe a new record was being constructed with information from the peer, a trap was taken. +JH/11 Bug 2494: Unset the default for dmarc_tld_file. Previously a naiive + installation would get error messages from DMARC verify, when it hit the + nonexistent file indicated by the default. Distros wanting DMARC enabled + should both provide the file and set the option. + Also enforce no DMARC verification for command-line sourced messages. + Exim version 4.93 ----------------- |