spf-discuss
[Top] [All Lists]

RE: [spf-discuss] Am I wrong here?

2006-05-18 15:56:11
Alex van den Bogaerdt wrote:
Found v=spf1 record for <<snip>>
v=spf1 mx ip4:<<ip-address>>/32 ip4:<<ip-address>>/32 ?all:3600

evaluating...
SPF record passed validation test with pySPF (Python SPF library)!

Is that ":3600" part really possible?  If so, what does it mean?

The :3600 part violates RFC 4408.  From the ABNF:

mechanism = ( all / include / A / MX / PTR / IP4 / IP6 / exists )
all = "all"
include = "include" ":" domain-spec
A = "a" [ ":" domain-spec ] [ dual-cidr-length ]
MX = "mx" [ ":" domain-spec ] [ dual-cidr-length ]
PTR = "ptr" [ ":" domain-spec ]
IP4 = "ip4" ":" ip4-network [ ip4-cidr-length ]
IP6 = "ip6" ":" ip6-network [ ip6-cidr-length ]
exists = "exists" ":" domain-spec

-- 
Matthew.van.Eerde (at) hbinc.com               805.964.4554 x902
Hispanic Business Inc./HireDiversity.com       Software Engineer

-------
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

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