http://bugzilla.spamassassin.org/show_bug.cgi?id=4222
------- Additional Comments From [EMAIL PROTECTED] 2005-03-24 08:10 ------- This behavior is inherent in the way DNS queries are being done, using the bgsend method of Net::DNS::Resolver. SpamAssassin sends out DNS queries in the background to the first nameserver in the list, then collects results as they come in after processing other rules. There is no provision for determining that the first nameserver has failed and then trying another, as the send method would do. I will leave it to others to decide if this behavior is a bug in SpamAssassin or just a tradeoff for being able to background the queries. If the latter, it does mean that DNS tests will only work if the host's primary nameserver is operational even it is configured to list multiple nameservers. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
