Bug 227029

Summary: [NEW PORT] mail/py-validate_email: Verifies if an email address is valid and really exists
Product: Ports & Packages Reporter: Kai Knoblich <kai>
Component: Individual Port(s)Assignee: Carlos J. Puga Medina <cpm>
Status: Closed FIXED    
Severity: Affects Only Me CC: cpm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://pypi.python.org/pypi/validate_email
Bug Depends on:    
Bug Blocks: 227040    
Attachments:
Description Flags
py-validate_email.shar none

Description Kai Knoblich freebsd_committer freebsd_triage 2018-03-28 12:08:08 UTC
Created attachment 191897 [details]
py-validate_email.shar

Hello,

attached is the shar file for the Python package py-validate_email, which verifies if an email address is valid and really exists.

Note:
The package can also check an email address against MX records. This feature requires the package dns/py-dns (for Python 3+: dns/py-py3dns).

QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK

--
Cheers
Kai
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-29 23:16:12 UTC
A commit references this bug:

Author: cpm
Date: Thu Mar 29 23:15:20 UTC 2018
New revision: 465936
URL: https://svnweb.freebsd.org/changeset/ports/465936

Log:
  Add new port mail/py-validate_email: Verifies if an email address is valid and really exists

  Verifies and checks if an e-mail address is valid, properly formatted and really
  exists. It can optionally check the MX records of the e-mail domain.

  WWW: https://github.com/syrusakbary/validate_email

  PR:		227029
  Submitted by:	Kai <freebsd_ports@k-worx.org>

Changes:
  head/mail/Makefile
  head/mail/py-validate_email/
  head/mail/py-validate_email/Makefile
  head/mail/py-validate_email/distinfo
  head/mail/py-validate_email/pkg-descr
Comment 2 Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-03-29 23:18:18 UTC
Committed!

Thanks