Subject: | Error when dealing with txt records. |
useing perl 5.8.3
when I update a zone file with a txt record it inserts a A for an unknown reason. Here is the part of the zone file that has the problem.
www 60 A 10.1.1.7
ns1 IN A 10.1.1.2
chungfoo IN A 10.1.1.2
mail IN A 10.1.1.2
A <----------
@ IN TXT "v=spf1 a mx -all"
mail IN TXT "v=spf1 a -all"
www IN TXT "v=spf1 a -all"