Public bug reported:

Binary package hint: pdns

SPF used to use TXT records. Recently SPF has been assigned it's own
record type which is supposed to be supported in pdns 2.9.21.

Unfortunately there appears to be a bug in the parser so that TXT
records cannot be easily duplicated as required by the RFC:

name='hostmaster.org' type='TXT' content='v=spf1 a -all'

should be duplicated as

name='hostmaster.org' type='SPF' content='v=spf1 a -all'

however pdns currently requires the following format (note the "):

name='hostmaster.org' type='SPF' content='"v=spf1 a -all"'

** Affects: pdns (Ubuntu)
     Importance: Undecided
         Status: New

-- 
SPF records: broken syntax
https://bugs.launchpad.net/bugs/144944
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to