diff options
author | Wolfgang Breyha <wbreyha@gmx.net> | 2020-01-07 13:31:20 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-07 13:32:43 +0000 |
commit | 549d36ddec8c419af2223cc83162f58e9106650f (patch) | |
tree | b316fb029d703bdcd12efecdcfccdb6d1739a3d8 /doc/doc-txt/ChangeLog | |
parent | 79e5ebf9e9bb833ce004be65c04b2f8eea91c337 (diff) |
SPF: switch to NO_DATA for SPF-rr lookups. Bug 1294
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b904aa99c..ce225e949 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -78,8 +78,8 @@ 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. + are now specifically given a NO_DATA response without hitting the system + resolver. The library goes on to do the now-standard TXT lookup. Use of dnsdb lookups is not affected. |