just to add my 0.02 worth to this conversation....

after throwing things at the wall regarding email verification/validation, i
finally decided to cheat. i went with using the perl/cpan email function
(can't recall right now) and created a wrapper around it. the perl function
has been around alot longer than almost any other function that i could
find, and it appeared to follow the rfc standard.

but yeah, it would be nice/good if there was a verified/valid/accurate php
email_valid function, as most of the ones that i found were really
lacking...

-bruce


-----Original Message-----
From: Robin Vickery [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 25, 2005 5:31 AM
To: php-general@lists.php.net
Subject: Re: [PHP] Re: Email Validation built-in? RFC


On 10/25/05, Mark Charette <[EMAIL PROTECTED]> wrote:
> Ben Litton wrote:
>
> > You could certainly write an extension to do so. That's what I did
> > (mostly  I was writing one for another purpose and added a function I
> > stole from  O'Reilly.
>
> As you stated in your article, it isn't rfc822 compliant (it isn't even
> close). Richard was pretty specific in  his needs.

Just in case anyone's inspired to read through the specs; It's
RFC-2822 these days. RFC-822 is obsolete.

  -robin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to