blob: c59d012a53fa4972e37332894dc8a5238762f7fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
<origin>srcux</origin>
</pkgmetadata>
|