spf-discuss
[Top] [All Lists]

Re: [spf-discuss] Question about redirect syntax

2006-03-15 14:31:33
On Wed, 15 Mar 2006, Kurt Andersen wrote:

Scott wrote to me:
The way I read the ABNF in the spec:
http://new.openspf.org/blobs/draft-schlitt-spf-classic-02.html#anchor42


domain-end       = ( "." toplabel ) / macro-expand toplabel
= ALPHA / ALPHA *[ alphanum / "-" ] alphanum ; LDH rule (See
[RFC3696])

the spec doesn't allow for the dot on the end.
Is this an intended departure from standard DNS syntax explained in
RFC 1034 section 3.1??

Yes.  Actually, the domain MUST be a FQDN ala SMTP.  In particular,
relative names are NOT allowed.  E.g. :

example.com IN SPF "v=spf1 a:mail -all"

Gives a PermError, because "mail" is not a FQDN.  The above should probably be:

example.com IN SPF "v=spf1 a:mail.example.com -all"

-- 
              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/?listname=spf-discuss(_at_)v2(_dot_)listbox(_dot_)com