https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7046
--- Comment #8 from RW <[email protected]> --- The old behaviour wouldn't have worked optimally with multiple host entries that are multi-homed, since it tries 3 consecutive IP addresses rather than 3 consecutive hosts. IMO it would be better to leave that code as it is and fix the randomization function so it moves a random 3 host entries to the beginning of the array and then randomizes the address list for those entries. Note, you can see from the above strace output above that all the IP addresses for a host are tried at present. It would be better to avoid random rotations altogether. -- You are receiving this mail because: You are the assignee for the bug.
