mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
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 the Net::DNS module and the IO::Socket
|
|
module 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.
|
|
|
|
WWW: http://search.cpan.org/dist/Mail-Verify/
|
|
|
|
- Pete
|
|
petef@databits.net
|