https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8020
--- Comment #3 from Sidney Markowitz <[email protected]> --- It's even simpler. reverse_ip_address only makes use of NetAddr::IP when it is passed an ipv6 address, and if it doesn't have a recent enough version of NetAddr::IP it outputs a message to that effect and returns. Everything will work fine if we have use constant HAS_NETADDR_IP => eval { require NetAddr::IP; }; and include HAS_NETADDR_IP in the existing test in reverse_ip_address -- You are receiving this mail because: You are the assignee for the bug.
