https://bugs.exim.org/show_bug.cgi?id=1395
--- Comment #13 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/7d8d08c484958a90f5d5744894b9bc2f723bee4e commit 7d8d08c484958a90f5d5744894b9bc2f723bee4e Author: Jeremy Harris <[email protected]> AuthorDate: Sun Sep 1 19:44:31 2019 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Sep 1 19:54:04 2019 +0100 support ttl from soa for nxdomain & nodata cache entries. bug 1395 ---- doc/doc-txt/ChangeLog | 15 ++-- src/src/dns.c | 173 ++++++++++++++++++++++++++++++++------- src/src/os.c | 2 +- src/src/search.c | 6 +- src/src/structs.h | 6 +- test/confs/0183 | 16 ++++ test/dnszones-src/db.example.com | 3 + test/scripts/0000-Basic/0183 | 5 ++ test/src/fakens.c | 23 +++--- test/stderr/0002 | 1 + test/stderr/0094 | 2 + test/stderr/0183 | 120 +++++++++++++++++++++++++++ test/stderr/0277 | 8 ++ test/stderr/0278 | 3 + test/stderr/0361 | 3 + test/stderr/0381 | 2 + test/stderr/0419 | 2 + test/stderr/0463 | 6 ++ test/stderr/0469 | 1 + test/stderr/0545 | 2 + test/stderr/1006 | 4 + test/stderr/2201 | 1 + test/stderr/2202 | 4 + test/stderr/4802 | 2 + test/stderr/4803 | 2 + test/stdout/0183 | 2 + 26 files changed, 364 insertions(+), 50 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/ ##
