summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-11-05 21:13:41 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-11-05 21:26:38 +0000
commit179ed8c31eb8c7f767ec0ef5e2856066d366515f (patch)
tree05d89e3eb69b20ac9cd80599f7314941fd21c030 /doc/doc-txt
parent6ce1ece9cb2b13fdc4d235146fa98835811570bd (diff)
DKIM/CHUNKING: support CHUNKING when a transport_filter is used, if DKIM signing is being done
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 45d126ccd..f9e39d2dc 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -18,6 +18,10 @@ JH/03 DKIM verification defaults no long accept sha1 hashes, to conform to
RFC 8301. They can still be enabled, using the dkim_verify_hashes main
option.
+JH/04 Support CHUNKING from an smtp transport using a transport_filter, when
+ DKIM signing is being done. Previously a transport_filter would always
+ disable CHUNKING, falling back to traditional DATA.
+
Exim version 4.93
-----------------