File: control

package info (click to toggle)
libmail-verify-perl 0.02-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72 kB
  • sloc: perl: 58; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 993 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libmail-verify-perl
Section: perl
Priority: optional
Build-Depends-Indep: libnet-dns-perl,
                     perl (>= 5.8.0-7),
Build-Depends: debhelper-compat (= 13),
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/libmail-verify-perl
Vcs-Git: https://salsa.debian.org/debian/libmail-verify-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libmail-verify-perl
Architecture: all
Depends: libnet-dns-perl,
         ${perl:Depends},
         ${misc:Depends},
Description: Utility to verify an email address
 Mail::Verify provides a function CheckAddress function for verifying
 email addresses. First the syntax of the email address is checked, then
 it verifies that there is at least one valid MX server accepting email
 for the domain. Using Net::DNS and IO::Socket a list of MX records (or,
 falling back on a hosts A record) are checked to make sure at least one
 SMTP server is accepting connections.