Re: [Pdns-users] TXT record length

2008-10-04 Thread Nicholas Williams
Paul, It sounds like your `content` column is possibly a varchar(255) column. We've changed the `content` column to a text field type, as the limit on a text field type is 65535 characters (and much more capable of handling those domainkeys records). I'd recommend doing that. It works fine for

Re: [Pdns-users] TXT record length

2008-10-04 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul J. Smith wrote: > One other requirement I have is for long TXT records for some SPF and > domainkeys records. These can get very long. They currently exceed the 250 > characters in a few cases. I've looked at the mysql db schema on the mysql

[Pdns-users] TXT record length

2008-10-04 Thread Paul J. Smith
Hi (again), One other requirement I have is for long TXT records for some SPF and domainkeys records. These can get very long. They currently exceed the 250 characters in a few cases. I've looked at the mysql db schema on the mysql backup and I think the TXT type is 255 chars or thereabouts.