https://bugs.exim.org/show_bug.cgi?id=2499

--- Comment #31 from Wolfgang Breyha <[email protected]> ---
Created attachment 1257
  --> https://bugs.exim.org/attachment.cgi?id=1257&action=edit
fix for TXT RRs without SPF

Sorry, but I think I've found another issue.

If there are TXT RRs (>1) for a domain, but none of them is a "v=spf1" SPF
Record we produce "(invalid)" as a result since we provide NETDB_SUCCESS with
an empty ANSWER section instead of "none".

I think we have to apply the attached patch to transform the result to NO_DATA
in case all TXT RRs are filtered (found == 0).

I tested with "donbass.com", which has a google-site-verification TXT RR only.

-- 
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/ ##

Reply via email to