http://bugzilla.spamassassin.org/show_bug.cgi?id=3922
------- Additional Comments From [EMAIL PROTECTED] 2004-10-26 16:25 ------- Subject: Re: "make test" failure for dnsbl on Solaris As I already wrote in http://bugzilla.spamassassin.org/show_bug.cgi?id=3806#c35 Net::DNS is _not_ responsible for this problem, so using HAS_NET_DNS is not correct. You should rather do this: -use constant HAS_NET_DNS => eval { require Net::DNS; }; +use constant HAS_SPFQUERY => eval { require Mail::SPF::Query; }; I even suspect the problem is not limited to the 'make test' stage. If user 'root' receives mail which gets scanned by SA the SPF tests will call Sys::Hostname::Long:hostname_long() and may change the hostname. I haven't had time to verify this suspicion. ciao Klaus ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
