spf-discuss
[Top] [All Lists]

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

2005-07-14 10:01:26
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