summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorJeremy Harris <jgh@wizmail.org>2017-04-23 12:20:43 +0100
committerJeremy Harris <jgh@wizmail.org>2017-04-23 12:20:43 +0100
commit42055a338593d66f0abb6eeb6b03f0eaf4439f57 (patch)
treed2cf90a67da1d137a8b16c5b888735409788a7bb /doc/doc-txt/ChangeLog
parent4e910c01eea401e36044816744691789ef4656fa (diff)
DKIM: avoid use of temporary file for signing
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index bebc9e70f..1d6ad343b 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -56,6 +56,11 @@ JH/07 Fix smtp transport use of limited max_rcpt under mua_wrapper. Previously
JH/08 Pipeline CHUNKING command and data together, on kernels that support
MSG_MORE. Only in-clear (not on TLS connections).
+JH/09 Avoid using a temporary file during transport using dkim. Unless a
+ transport-filter is involved we can buffer the headers in memory for
+ creating the signature, and read the spool data file once for the
+ signature and again for transmission.
+
Exim version 4.89
-----------------