Index of /code/Mail-VRFY
Name Last modified Size Description
Parent Directory 05-May-2008 13:18 -
Artistic 06-Oct-2004 19:04 6k
Changes 04-May-2007 13:16 1k
MANIFEST 06-Oct-2004 19:04 1k
Makefile.PL 23-Mar-2006 18:45 1k
VRFY.pm 04-May-2007 13:18 9k
test.pl 04-May-2007 13:20 1k
Mail::VRFY version 0.56
=======================
Mail::VRFY was derived from Pete Fritchman's Mail::Verify.
Lots of code has been plucked. This package attempts to be
completely compatibile with Mail::Verify.
Mail::VRFY provides a CheckAddress function for verifying email
addresses. Lots can be checked, according to the method option,
as described below.
Mail::VRFY differs from Mail::Verify in that:
A. More granular control over what kind of checks to run
(via the method option).
B. Email address syntax checking is much more stringent,
and does not conform to RFC2822, however, will work
fine on email addresses as we usually think of them.
C. After making a socket to an authoritative SMTP server,
we can start a SMTP converstation, to ensure the
mailserver does not give a permanent failure on RCPT TO.
D. More return codes.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
IO::Socket::INET
IO::Select
Net::DNS
COPYRIGHT AND LICENCE
Copyright (C) 2004 Jeremy Kister.
This software may be copied and distributed under the terms
found in the Perl "Artistic License".
A copy of the "Artistic License" may be found in the standard
Perl distribution.