Re: Re: InterPC.SPF and Test Suite

Scott Kitterman <[email protected]> Mon, 30 Jun 2008 12:22:22 -0400
Newsgroups gmane.mail.spam.spf.devel
Organization Kitterman Technical Services
Message-ID <[email protected]>
On Monday 30 June 2008 12:09, Eddy Minet wrote:
> Frank wrote :
> > Sorry, I did not get that.  I found a page written by somebody
> > with the same SPF .net problem:
> > <http://www.codeproject.com/KB/library/DNS.NET_Resolver.aspx>
>
> Yes I've seen that today. It seems there is an issue with SPF request (RR
> 99). I use nvidia.com to test SPF type RR.
> The test app returns 'not-used' so I'm searching the code to find what's
> going wrong ...
>
> It's a good point that win api is not used here and all ascii chars are
> accepted ...
>
> To continue ...
>
If you want a domain that has SPF RR records:

$ dig SPF bmsi.com

; <<>> DiG 9.4.2 <<>> SPF bmsi.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61032
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2

;; QUESTION SECTION:
;bmsi.com.                      IN      SPF

;; ANSWER SECTION:
bmsi.com.               86400   IN      SPF     "v=spf1 ip4:24.248.44.156 a 
mx -all"

Note SPF supported natively in BIND now. ;-)

Scott K