http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5599
------- Additional Comments From [EMAIL PROTECTED] 2007-09-05 04:11 ------- noted via mail: 'From: Per Jessen [EMAIL PROTECTED] wrote: > http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5599 /etc/resolv.conf provides for round-robining of name-servers >>From the man-page: options: rotate : sets RES_ROTATE in _res.options, which causes round robin selection of nameservers from among those listed. This has the effect of spreading the query load among all listed servers, rather than having all clients try the first listed server first every time. /Per Jessen, Zürich' yep. Actually, maybe we should make this feature dependent on that; if /^\s*options\s+.*rotate/i appears in /etc/resolv.conf, use this logic, otherwise use the existing logic. That way, we obey the principle of least surprise, for existing users who have a local caching nameserver listed first in resolv.conf, followed by (maybe) some ISP nameservers several hops away as a backup.... ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
