email-validator: Perform basic syntax and deliverability checks on email addresses.
Validate an email address using three techniques:
- Ensuring that the length of local and domain parts is within the RFC-specified limits. 
- A syntax check using a regular expression, or the full RFC 5322 grammar (see the - --rfc5322option).
- Confirmation of the existence of an - MXrecord for the domain part of the address. This is not required; in fact many domains accept mail via an- Arecord for e.g. example.com which is used in lieu of an- MXrecord. This behavior can be controlled via the- --accept-aflag.
These checks are performed in parallel using the number of available threads. To increase the number of threads, you can pass the appropriate flag to the GHC runtime.
This will set the number of threads to 25:
$ email-validator -i addresses.csv +RTS -N25
Input
The input file (default: stdin) should be a list of email addresses,
one per line. Empty lines will be ignored.
Output
Valid email addresses will be written to the output file (default: stdout), one per line.
Downloads
- email-validator-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 1.0.0, 1.0.1, 1.8.7 | 
|---|---|
| Dependencies | base (>=4 && <5), bytestring (>=0.10 && <0.11), cmdargs (>=0.10 && <0.11), directory (>=1.2 && <1.3), dns (>=0.3 && <0.4), email-validate (>=1 && <2), HUnit (>=1.2 && <1.3), parallel-io (>=0.3 && <0.4), pcre-light (>=0.4), test-framework (>=0.8 && <0.9), test-framework-hunit (>=0.3 && <0.4), utf8-string (>=0.3 && <0.4) [details] | 
| License | GPL-3.0-only | 
| Author | Michael Orlitzky | 
| Maintainer | Michael Orlitzky <michael@orlitzky.com> | 
| Category | Utils | 
| Source repo | head: git clone http://michael.orlitzky.com/git/email-validator.git -b master | 
| Uploaded | by MichaelOrlitzky at 2013-06-12T01:34:45Z | 
| Distributions | NixOS:1.8.7 | 
| Reverse Dependencies | 1 direct, 0 indirect [details] | 
| Executables | email-validator | 
| Downloads | 3497 total (14 in the last 30 days) | 
| Rating | (no votes yet) [estimated by Bayesian average] | 
| Your Rating | |
| Status | Docs not available [build log] All reported builds failed as of 2016-12-21 [all 7 reports] |