Not sure if this is a bug report, but I have users, for some reason, that want a single quote in their email address. Is this not allowed within XenForo? Should it be allowed? (possible bug?) Or is this an enhancement request?
If I validate an email such as: chriso'dowd@example.com It will fail with a ATEXT found after CFWS error. According to RFC 5322 and other validators that adhere to the standard, this should be vali...
I’ll have another go but I explicitly tried it in that library and it failed. Admittedly I didn’t read further but that’s the point the code was stopping for me.
Of course I've tried it again and now it works so that's cool
EDIT: Ah...
Well, we trigger the email validation twice. I think the first one is checking if the username is a valid email address as that's not something we allow. That was failing, but my test didn't go far enough to see where the real email check was failing.