https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7112
--- Comment #2 from Mark Martinec <[email protected]> --- Maybe: --- lib/Mail/SpamAssassin/Plugin/SPF.pm (revision 1646363) +++ lib/Mail/SpamAssassin/Plugin/SPF.pm (working copy) @@ -470,3 +470,6 @@ hostname => $scanner->get_tag('HOSTNAME'), - dns_resolver => $self->{main}->{resolver} ); + dns_resolver => $self->{main}->{resolver}, + max_dns_interactive_terms => 15); + # Bug 7112: max_dns_interactive_terms defaults to 10, but even 14 is + # not enough for ebay.com, setting it to 15 1; -- You are receiving this mail because: You are the assignee for the bug.
