AlexT
Well-known member
In the xf_user db table, email is defined as VARCHAR(120). The user datawriter defines maxLength for emails as 120 (which is consistent with the value in xf_user).
But in xf_ban_email, email is defined as VARCHAR(50).
Furthermore, according to RFCs, the upper limit of email address length should really be 254 characters.
http://www.rfc-editor.org/errata_search.php?rfc=3696&eid=1690
http://tools.ietf.org/html/rfc5321
But in xf_ban_email, email is defined as VARCHAR(50).
Furthermore, according to RFCs, the upper limit of email address length should really be 254 characters.
http://www.rfc-editor.org/errata_search.php?rfc=3696&eid=1690
http://tools.ietf.org/html/rfc5321