Bug 29420 - New port: mail/p5-Mail-Verify
Summary: New port: mail/p5-Mail-Verify
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-03 22:50 UTC by Pete Fritchman
Modified: 2001-08-05 04:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.79 KB, text/plain)
2001-08-03 22:50 UTC, Pete Fritchman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pete Fritchman 2001-08-03 22:50:00 UTC
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/search?dist=Mail-Verify
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-08-05 04:39:59 UTC
State Changed
From-To: open->closed

Committed, thanks!