[TYPO3-dev] TYPO3 4.5.2. and email validation issue

Krystian Szymukowicz t33k at prolabium.com
Mon Apr 11 16:45:29 CEST 2011


In class.t3lib_mail_rfc822addressesparser.php there is part of email 
validation rutine at line 455:

// Validate each mailbox.
// Format could be one of: name <geezer at domain.com>
//                         geezer at domain.com
//                         geezer


I have an email in the format:

www.example.com <somebox at example.com>

and it do NOT pass function validateMailbox


if I make wwwexamplecom <somebox at example.com> it works.


Does RFC822 forbiddes to use dots in the "name " ?
  I've read RFC822 but can not find the answer.




-- 
grtz
Krystian Szymukowicz




More information about the TYPO3-dev mailing list