Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

RFC-compliant TXT validation #15

Open
jcnelson opened this issue Mar 27, 2017 · 0 comments
Open

RFC-compliant TXT validation #15

jcnelson opened this issue Mar 27, 2017 · 0 comments

Comments

@jcnelson
Copy link
Contributor

The parser only accepts TXT records with a single double-quoted string, with no escaped quotes. For example, "foo" is fine, but "foo" "bar" is not, and "foo \" bar" is not. However, these last two examples are RFC-compliant. The parser should follow the RFC as best as it can. Details here: https://tools.ietf.org/html/rfc1464

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant