diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-03-14 17:25:11 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-03-20 00:17:21 +0000 |
commit | ee3c2fea18d0c940c2256c6bf041f546c703c375 (patch) | |
tree | b4dbb0edb32be89aab121a08867a63847c4318de /doc | |
parent | 4ac2988b554c6817acd0233c7a5c8a72698b8474 (diff) |
DKIM: verify using separate pool-pair, reset per message
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6993499e9..c1f6f9b6d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -213,6 +213,11 @@ JH/44 Bug 2701: Fix list-expansion of dns_ipv4_lookup. Previously, it did dnssec_require_domains, dnssec_request_domains, srv_fail_domains, mx_fail_domains. +JH/45 Use a (new) separate store pool-pair for DKIM verify working data. + Previously the permanent pool was used, so the sore could not be freed. + This meant a connection with many messages would use continually-growing + memory. + Exim version 4.94 ----------------- |