summaryrefslogtreecommitdiff
path: root/net-misc/email-validator/metadata.xml
blob: ffea1c02a1d21a2e6eee62569af4c215d38b7591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>