https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7046
Kelsey Cummings <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|unspecified |3.4.0 --- Comment #2 from Kelsey Cummings <[email protected]> --- --randomize appears to have no affect ;) This is easily reproducible with any DNS record that returns multiple A records or, presumably, multiple servers passed in with -d # strace -econnect spamc -d spam-cluster -H < test.msg 2>&1 | grep 783 Will display the hosts tried in a order consistent with how they are returned by the NS request - this is particularly problematic for users where their name server does not shuffle multiple records (powerdns.) eg: connect(3, {sa_family=AF_INET, sin_port=htons(783), sin_addr=inet_addr("1.1.221.234")}, 16) = 0 connect(3, {sa_family=AF_INET, sin_port=htons(783), sin_addr=inet_addr("1.1.208.75")}, 16) = 0 connect(3, {sa_family=AF_INET, sin_port=htons(783), sin_addr=inet_addr("1.1.208.73")}, 16) = 0 connect(3, {sa_family=AF_INET, sin_port=htons(783), sin_addr=inet_addr("1.1.221.236")}, 16) = 0 connect(3, {sa_family=AF_INET, sin_port=htons(783), sin_addr=inet_addr("1.1.208.76")}, 16) = 0 connect(3, {sa_family=AF_INET, sin_port=htons(783), sin_addr=inet_addr("1.1.221.233")}, 16) = 0 connect(3, {sa_family=AF_INET, sin_port=htons(783), sin_addr=inet_addr("1.1.221.235")}, 16) = 0 connect(3, {sa_family=AF_INET, sin_port=htons(783), sin_addr=inet_addr("1.1.208.74")}, 16) = 0 -- You are receiving this mail because: You are the assignee for the bug.
