Topic: lenght of email
Hi ,
If I understand well, with the 1.2.5 the max lenght of an email adress is 50 characters
In email.php
[ code ]
if (strlen($email) > 50)
return false;
[/ code ]
Where is coming from this 50 limit ? I check in my mailing-list (more than 3500 subscribers) and I found one (only one adress) with more than 50 characters : 59 exactly and I know than this adress is correct !!!!
surname.longname@languedoc-roussillon.environnement.gouv.fr
Could we increase this value with no risk ?
Regards
PS: There is something really stange with bbcode [ code ] is not working always ...