in reply to Re^2: Create a TXT record for DKIM using Net::DNS
in thread Create a TXT record for DKIM using Net::DNS

I assume too, that Net::DNS is making "some" escaping itself, although http://www.net-dns.org/docs/Net/DNS/RR/TXT.html states: For some applications of the TXT RR the semicolon is relevant, you will need to escape it on input. If i don't do escaping on $txtdata, i get a FORMERR back from bind.
  • Comment on Re^3: Create a TXT record for DKIM using Net::DNS