hello,
sorry for the OT, but I guess/hope the knowledge I'm looking for is not
completely unrelated to this particular list, and I'm not aware of any
Perl-email related mailing list.
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?
As far as I can see, they are too high-level for what I'm looking for.
Or maybe I'm wrong?
martin