spf-discuss
[Top] [All Lists]

Re: Please Publish SPF Records

2003-12-09 23:50:43
Thank you. I've published for several domains: optsw.com, wayforward.net, actually there's a metric boatload of domains, but they're all the same except for wayforward.net.

optsw.com IN TXT "v=spf1 mx -all"
mx1.wayforward.net IN TXT "v=spf1 a -all"
mx2.wayforward.net IN TXT "v=spf1 a -all"

I've written a small (190 line) Python program that handles SPF, except PTRs and macros, neither of which I understand all that well.

% spf.py 69.55.226.139 optsw.com
(True, 200, 'sender validated via SPF')

% spf.py 69.55.226.139 borgmeyer.com
(False, 500, 'access denied')

% spf.py 69.55.226.139 microsoft.com
(False, 200, 'no SPF record')

http://www.wayforward.net/spf.py

It depends on Guido van Rossum's PyDNS (http://pydns.sourceforge.net)

Please be gentle!

-------
Sender Permitted From: http://spf.pobox.com/
Archives at http://archives.listbox.com/spf-discuss/current/
Latest draft at http://spf.pobox.com/draft-mengwong-spf-02.9.txt
To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?listname(_at_)©#«Mo\¯HÝÜîU;±¤Ö¤Íµø?¡


<Prev in Thread] Current Thread [Next in Thread>