summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-09-13 10:35:52 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-09-13 10:35:52 +0000
commit58de37c51b8ef86a59fde01765bf2759be4eb0dd (patch)
tree2e514cdca0fd8cf927b6b61b5fba86ff0983e6bf /doc
parent261cf46666b7d82f7301f86cfd0719bfe35ffa0b (diff)
Added comment about verifying errors_to as a recipient, not a sender.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 0db8b4300..7e8392eae 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.225 2005/09/13 09:54:14 fanf2 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.226 2005/09/13 10:35:52 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -173,6 +173,9 @@ PH/42 (But a TF fix): In a domain list, Exim incorrectly matched @[] if the IP
PH/43 (Again a TF fix): In the dnslookup router, do not apply widen_domains
when verifying a sender address, unless rewrite_headers is false.
+PH/44 Wrote a long comment about why errors_to addresses are verified as
+ recipients, not senders.
+
TF/01 Add missing LIBS=-lm to OS/Makefile-OpenBSD which was overlooked when
the ratelimit ACL was added.