https://bugs.exim.org/show_bug.cgi?id=1395
--- Comment #15 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/3462da30c9c57e63705fa24121655a32b315dfcf commit 3462da30c9c57e63705fa24121655a32b315dfcf Author: Jeremy Harris <[email protected]> AuthorDate: Thu Sep 5 10:31:57 2019 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Thu Sep 5 14:44:53 2019 +0100 support ttl from soa for nxdomain & nodata cache entries for dnslists. bug 1395 ---- src/src/dns.c | 2 +- src/src/functions.h | 1 + src/src/verify.c | 84 +++++++----- test/dnszones-src/db.test.ex | 2 +- test/scripts/0000-Basic/0044 | 13 +- test/stderr/0023 | 54 ++++---- test/stderr/0044 | 295 ++++++++++++++++++++++++++++++++++++------- test/stderr/0079 | 14 +- test/stderr/0080 | 3 +- test/stderr/0138 | 16 ++- test/stderr/0139 | 119 +++++++++-------- test/stderr/0312 | 5 +- test/stderr/0386 | 7 +- test/stderr/0422 | 6 +- test/stderr/2201 | 10 +- test/stderr/3408 | 3 +- test/stdout/0044 | 17 +++ 17 files changed, 465 insertions(+), 186 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
