Mailing List Archive

Max DNS Queries
Is libspf2 doing the correct number of lookups for the mx mechanisms? http://www.ietf.org/internet-drafts/draft-schlitt-spf-classic-02.txt"]http://www.ietf.org/internet-drafts/draft-schlitt-spf-classic-02.txt says: " When evaluating the "mx" and "ptr" mechanisms, or the %{p} macro,
there MUST be a limit of no more than 10 MX or PTR RRs looked up and
checked." libspf1 1.2.5 defines #define SPF_MAX_DNS_MX 5 in spf_server.h. We are having a problem verifying bn.com's spf record they use: $ host -t txt bn.com
bn.com text "v=spf1 a mx -all" With 7 MXs. $ host -t mx bn.com
bn.com mail is handled by 5 wbmail1.bn.com.
bn.com mail is handled by 10 nymail1.bn.com.
bn.com mail is handled by 30 outsidewb.bn.com.
bn.com mail is handled by 1 bn.com.s8a1.psmtp.com.
bn.com mail is handled by 2 bn.com.s8a2.psmtp.com.
bn.com mail is handled by 3 bn.com.s8b1.psmtp.com.
bn.com mail is handled by 4 bn.com.s8b2.psmtp.com. We can change the define ourselves, but is this a bug in libspf2, or is there a reason? Thanks.




To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?listname=spf-devel@v2.listbox.com