On Wed, Nov 23, 2005 at 11:06:32AM +0100, Krzysztof Krzyzaniak (eloy) wrote: > * Package name : libemail-valid-loose-perl > Version : 0.04 > Upstream Author : Tatsuhiko Miyagawa <[EMAIL PROTECTED]> > * URL : http://search.cpan.org/~miyagawa/Email-Valid-Loose-0.04/ > * License : Perl: Artistic/GPL > Description : Email::Valid which allows dot before at mark > > Email::Valid::Loose is a subclass of Email::Valid, which allows dot (.) > before at-mark (@). It is invalid in RFC822,
$ perl -MEmail::Valid -le 'print Email::Valid->rfc822(q([EMAIL PROTECTED]))' 1 I think the description needs to be improved; perhaps it means "dot (.) immediately before at-mark (@)", which *is* invalid in RFC822. Cheers, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]