On Mon, Aug 14, 2000 at 12:31:07PM -0700, Russ Allbery wrote:
> martin langhoff <[EMAIL PROTECTED]> writes:
> 
> > I'm trying to validate an email address as per RFC822, and, even though
> > I've seen a lot of quick'n'dirty regexps to do so, I'd like to use
> > actually RFC compliant code, known to work.
> 
> > Right now I'm perusing the Mail::* modules (docs and code), just grabbed
> > from CPAN, looking for validating code, and finding none whatsoever. Has
> > anyone experience with this modules?
> 
> Doesn't Mail::RFC822 have validation code?  I thought it did.

No, but  Mail::Address [1]

or

RFC::RFC822::Address [2]

/magnus

[1] <http://www.perl.com/CPAN/authors/id/GBARR/MailTools-1.1401.tar.gz>
[2] <http://www.perl.com/CPAN/authors/id/ABIGAIL/RFC_RFC822_Address-1.4.tgz>

--
http://x42.com/

Reply via email to