[PHP] maximum length of email address

2001-04-25 Thread Dennis Gearon

I've gone through the archives and through a bunch of RFC's, but have
had no luck in finding  maximum length for email addresses. Anybody
know if there is one and what it is?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] maximum length of email address

2001-04-25 Thread Steven Haryanto

At 4/26/2001 01:08 AM, Dennis Gearon wrote:
I've gone through the archives and through a bunch of RFC's, but have
had no luck in finding  maximum length for email addresses. Anybody
know if there is one and what it is?

Perhaps it's one of those undefined values (like the maximum length of
an URL)? The username part is system-dependant, for example...

Steve


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]