git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1e2a8d3
)
Correct spelling of dmarc_disable_verify
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 28 Sep 2013 12:49:33 +0000
(13:49 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 28 Sep 2013 12:49:33 +0000
(13:49 +0100)
doc/doc-txt/experimental-spec.txt
patch
|
blob
|
history
diff --git
a/doc/doc-txt/experimental-spec.txt
b/doc/doc-txt/experimental-spec.txt
index 7fd2bd8ecf015d1383b2bb8362f4dfd76f24688c..9f5999093129f648020ba421b76337cbfa2f92ab 100644
(file)
--- a/
doc/doc-txt/experimental-spec.txt
+++ b/
doc/doc-txt/experimental-spec.txt
@@
-712,7
+712,7
@@
use standard conditions such as hosts, senders, etc, to decide that
DMARC verification should *not* be performed for them and disable
DMARC with a control setting:
DMARC verification should *not* be performed for them and disable
DMARC with a control setting:
- control = dmarc_
verify_disable
+ control = dmarc_
disable_verify
A DMARC record can also specify a "forensic address", which gives
exim an email address to submit reports about failed alignment.
A DMARC record can also specify a "forensic address", which gives
exim an email address to submit reports about failed alignment.
@@
-818,7
+818,7
@@
b. Configure, somewhere before the DATA ACL, the control option to
(RCPT ACL)
warn domains = +local_domains
hosts = +local_hosts
(RCPT ACL)
warn domains = +local_domains
hosts = +local_hosts
- control = dmarc_
verify_disable
+ control = dmarc_
disable_verify
warn !domains = +screwed_up_dmarc_records
control = dmarc_enable_forensic
warn !domains = +screwed_up_dmarc_records
control = dmarc_enable_forensic