Re: [MaraDNS list] v=spf1 mx ~all
TheSecondBite <[email protected]>
| Newsgroups | gmane.network.dns.maradns.general |
|---|---|
| Message-ID | <[email protected]> |
OK thank you dude. That worked. I didn't put ' ' outise of the escape sequence. On 06/09/2011 11:44 AM, Joey Parrish wrote: > On Thu, Jun 9, 2011 at 07:48, Sam Trenholme<[email protected]> wrote: >>> How can I use 'v=spf1 mx ~all' in a TXT record? >> http://www.maradns.org/tutorial/man.csv2_txt.html > Specifically, these two parts seem relevant: > > It is also possible, to place almost any printable ASCII characters between > quotes. The '~' (tilde) character is not allowed unless csv2_tilde_handling > has a value of 0; the '|' (pipe), '#' (hash) and non-printable ASCII control > characters are not allowed in TXT data if the ~ is used to separate records. > > And: > > To render the '~' character, use the escape sequence \x7e (outside of quotes). > For example: > > h1.example.com. TXT 'http://ocf.berkeley.edu/'\x7e'set' ~ > > --Joey