spf-discuss
[Top] [All Lists]

Re: "redirect" in an included SPF record

2004-07-11 14:46:28
you can run the spfquery from Mail::SPF::Query in debug mode
to observe the reference behaviour.

On Sun, Jul 11, 2004 at 08:54:58PM +0200, Roger Moser wrote:
| Suppose the SPF records are as follows:
| 
| example.com. TXT "v=spf1 include:inc.example.com ip4:192.168.1.3 -all"
| inc.example.com. TXT "v=spf1 ip4:192.168.1.1 redirect=red.example.com"
| red.example.com. TXT "v=spf1 ip4:192.168.1.2"
| 
| Now my question is: Should "redirect=red.example.com" be ignored (because it
| appears in an included record), or should the parser be redirected to
| red.example.com while processing the included record, or should the parser
| be redirected to red.example.com at the very end?