freebsd-ports/mail/p5-Mail-CheckUser/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
481 B
Plaintext

This Perl module provides routines for checking validity of email address.
It makes several checks:
1. It checks the syntax of an email address.
2. It checks if there any MX records or A records for the domain part of
the email address.
3. It tries to connect to an email server directly via SMTP to check if
mailbox is valid. It uses a combination of MAIL and RCPT commands which
simulates sending an email. It can detect bad mailboxes in many cases.