spf-discuss
[Top] [All Lists]

RE: "/" inside an exists: domain-spec?

2005-07-14 10:09:31
-----Original Message-----
From: owner-spf-discuss(_at_)v2(_dot_)listbox(_dot_)com
[mailto:owner-spf-discuss(_at_)v2(_dot_)listbox(_dot_)com]On Behalf Of Marc 
Chametzky
Sent: Thursday, July 14, 2005 1:01 PM
To: spf-discuss(_at_)v2(_dot_)listbox(_dot_)com
Subject: Re: [spf-discuss] "/" inside an exists: domain-spec?


delimiter        = "." / "-" / "+" / "," / "/" / "_" / "="

Does that mean that if a "/" appears inside an exists:
domain-spec it's an
error?

From my reading, in your example:

 -exists:%{i}(_dot_)%{s1(_at_)}(_dot_)100/86400.rate.%{d}

The "/" character is actually part of "macro-literal" because you're not
in the middle of "macro-expand" (which does reference "delimiter").

--Marc

OK.  Thanks.  That sounds right based on what's written.

Next question:  Is that what was intended?  Other than this type of
application, I think an implementer can depend on "/" to separate a
domain/IP from a CIDR length.  If I can't depend on that, then I need to do
some thinking....

Scott K