diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-02 23:15:40 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-02 23:15:40 +0000 |
commit | c6839a1a7395346e2a79d212fdda4df89c3f1246 (patch) | |
tree | da5451107b92943dbddc159063a317dc1b65c48b /mail/p5-Mail-CheckUser/pkg-descr | |
parent | 70af86bdd57a0fe377e27d33174f0a4417ef0a95 (diff) |
Notes
Diffstat (limited to 'mail/p5-Mail-CheckUser/pkg-descr')
-rw-r--r-- | mail/p5-Mail-CheckUser/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/p5-Mail-CheckUser/pkg-descr b/mail/p5-Mail-CheckUser/pkg-descr new file mode 100644 index 000000000000..3756e36cfce6 --- /dev/null +++ b/mail/p5-Mail-CheckUser/pkg-descr @@ -0,0 +1,15 @@ +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. + +WWW: http://search.cpan.org/search?dist=Mail-CheckUser + +- Attila Nagy +bra@fsn.hu |