Michael Orlitzky 994cb47f30
net-misc/email-validator: new package, add 1.1.0
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2024-04-25 08:01:03 -04:00

20 lines
592 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mjo@gentoo.org</email>
</maintainer>
<longdescription>
Validate an email address using three techniques:
* Ensuring that the length of local and domain parts is within the
RFC-specified limits.
* A syntax check using a regular expression, or the full RFC 5322
grammar.
* Confirmation of valid MX records (or, optionally, 'A'
records) for the domain.
</longdescription>
</pkgmetadata>