http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5462
Summary: spamc -H randomization is broken
Product: Spamassassin
Version: 3.2.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Randomization (for load balancing) hosts when using
spamc -H -d name
where name resolves to multiple IP addresses no longer works in v3.2.0 on some
systems, including Solaris 9. If SPAMC_HAS_ADDRINFO is defined, then the list
of IP addresses is kept as a single array element pointing to an addrinfo
linked list, and therefore the IP addresses are not randomized by the
_randomize_hosts() function.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.