http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3806
------- Additional Comments From [EMAIL PROTECTED] 2008-02-07 06:39 ------- Created an attachment (id=4253) --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=4253&action=view) no need to disable a test with fixed versions of Sys::Hostname::Long The previous fix disables t/dnsbl.t assuming the Sys::Hostname::Long is broken. The bug has been fixed in 1.3/1.4, so the previous fix unnecessarily disables the test on systems with fresh versions of Sys::Hostname::Long, e.g. on FreeBSD. The proposed patch checks for version of Sys::Hostname::Long and only disables the test when a bug is present. The Sys::Hostname::Long 1.4 tests for the following systems: MacOS, IRIX, cygwin, MSWin32, *bsd*, *nto*, solaris ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
