spf-discuss
[Top] [All Lists]

DNS can re-order txt records

2004-09-06 13:33:00
Guy wrote:

txt "My name, my address, my phone number"
txt "v=spf1 bla bla bla"
txt "more bla to the spf record"
txt "even more bla to the spf record -all"

Correct would be:

txt "My name, my address, my phone number"
txt ("v=spf1 bla bla bla"
     " more bla to the spf record"
     " even more bla to the spf record -all")

Roger