Re: [MaraDNS list] bug with spf records?

Sam Trenholme <[email protected]> Tue, 9 Aug 2011 10:47:44 -0400
Newsgroups gmane.network.dns.maradns.general
Message-ID <CA+7SMPs0NWEx1Y6VDr4k+vO49q-d5GOXAUzM8fQFhqWVH6ga+g@mail.gmail.com>
If you upgrade to 2.0.03, it will tell you the following whenever you
try to put a ~ in a TXT (or SPF--yes, MaraDNS has native SPF record
support) record:

man csv2_txt for more information

(You're not the first person to have this issue)

The reason why the ~ is not allowed is to make it possible to parse
zone files using awk and an RS of ~; this make automation with scripts
that much easier.

- Sam

2011/8/9 Mike Sands <[email protected]>:
>
> I've been trying to add a spf record with a soft fail and maradns won't load the cvs2 file.
>
> So for example this works just fine.
>
> example.com.  TXT 'v=spf1  +mx  include:examplemail.com  -all' ~
>
> and this does not
>
> example.com.  TXT 'v=spf1  +mx  include:examplemail.com  ~all' ~
>
> Is this a bug or just my syntax?
>