diff options
author | Wolfgang Breyha <wbreyha@gmx.net> | 2020-01-02 13:27:25 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-07 13:14:01 +0000 |
commit | 79e5ebf9e9bb833ce004be65c04b2f8eea91c337 (patch) | |
tree | 852ea3edec0d064881cc177c2bd0819c1ccda8dc /doc/doc-txt | |
parent | 67794d2b830fc580f87b0635718d95e32b467be1 (diff) |
SPF: shortcircuit SPF RR lookups. Bug 1294
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e1e1e3bf0..b904aa99c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -77,6 +77,12 @@ JH/17 Logging: when the deliver_time selector ise set, include the DT= field JH/18 Authentication: the gsasl driver not provides the $authN variables in time for the expansion of the server_scram_iter and server_scram_salt options. +WB/01 SPF: DNS lookups for the obsolete SPF RR type done by the libspf2 library + are now specifically given a HOST_NOT_FOUND response without hitting the + system resolver. The library goes on to do the now-standard TXT lookup. + Use of dnsdb lookups is not affected. + + Exim version 4.93 ----------------- |