Bug 60841 - New port: p5-Mail-CheckUser, perl module to check the existence of an e-mail address
Summary: New port: p5-Mail-CheckUser, perl module to check the existence of an e-mail ...
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-02 22:00 UTC by nagy.attila
Modified: 2004-01-02 23:13 UTC (History)
0 users

See Also:


Attachments
checkuser (3.25 KB, text/plain)
2004-01-02 22:00 UTC, nagy.attila
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description nagy.attila 2004-01-02 22:00:39 UTC
p5-Mail-CheckUser
This Perl module provides routines for checking validity of email address.

It makes several checks:

   1. it checks syntax of email address;
   2. it checks if there any MX record or at least A record for domain in email address;
   3. it tries to connect to email server directly via SMTP to check if mailbox is valid. Old versions of this module have performed this check via VRFY command. Now module uses another check: it uses combination of commands MAIL and RCPT which simulates fake sending of email. It can detect bas mailboxes in many cases. For example hotmail.com mailboxes can be verified with MAIL/RCPT check.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2004-01-02 23:12:50 UTC
State Changed
From-To: open->closed

Port added, thanks!