spf-discuss
[Top] [All Lists]

Re: [spf-discuss] The SPF RR type, how?

2007-01-12 09:56:33
On Fri, 12 Jan 2007, Guy wrote:

Any idea what version of bind supports the SPF RR type?
And would the SPF line be added like this?
myhost.example.com.   A       1.2.3.4
                              TXT     "v=spf1 -all"
                              SPF     "v=spf1 -all"

In the newest and shiniest bind, or a patched older version, the above
is indeed what you do.  In older unpatched bind, you can use the
generic RR syntax:

myhost.example.com.     A       1.2.3.4
                                TXT     "v=spf1 -all"
                                TYPE99 \# 12 0b763d73706631202d616c6c

I produced the above by running it through type99 - a utility included
with pyspf (that doesn't yet support continuation lines for TXT...)
It adds/replaces a TYPE99 following every TXT "v=spf1..."

-- 
              Stuart D. Gathman <stuart(_at_)bmsi(_dot_)com>
    Business Management Systems Inc.  Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flammis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.

-------
Sender Policy Framework: http://www.openspf.org/
Archives at http://archives.listbox.com/spf-discuss/current/
To unsubscribe, change your address, or temporarily deactivate your 
subscription, 
please go to http://v2.listbox.com/member/?list_id=735

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