diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-12 20:07:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-12 20:09:01 +0100 |
commit | 75c121f07a85b4029458f11b113a4655114af126 (patch) | |
tree | 1ae711c97927c422839947ad3902974a2ef8d977 /doc | |
parent | 1e1d5443ae8072e23f83230ee3f1ece792dbf62f (diff) |
Increase buffer size used for DNS responses. Bug 2329
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 6f16fed82..b4aae226f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -137,6 +137,11 @@ JH/28 Bug 2314: Fire msg:fail:delivery event even when error is being ignored. JH/29 Bug 2322: A "fail" command in a non-system filter (file) now fires the msg:fail:internal event. Developement by Matthias Kurz. +JH/30 Bug 2329: Increase buffer size used for dns lookup from 2k, which was + far too smal for todays use of crypto signatures stored there. Go all + the way to the max DNS message size of 64kB, even though this might be + overmuch for IOT constrained device use. + Exim version 4.91 ----------------- |