Oleg M. Golovanov wrote:
I think that your way to solve this problem is not clear.
Yes, I only told you where I'd find NXDOMAIN on my system,
your question sounded like you didn't find it on your box.
The problem is more deep and have to be solved in the
source.
That's possible, maybe you have to replace NXDOMAIN by
ns_r_nxdomain in spf_dns_rr.c SPF_dns_rr_new_nxdomain()
as the name says. Check line 48 in this source why it
uses NXDOMAIN despite of the function name.
If all fails try -DBIND_4_COMPAT "somewhere" as your
nameser.h file says, maybe try `make BIND_4_COMPAT=1`.
You might find development experts on the "spf.devel"
list, if you have bug fixes / questions. Bye, Frank