json-schema
json-schema copied to clipboard
Handle hyphen suffixed e-mail names
We're currently having issues with the validator due to e-mail addresses like the following are being rejected:
[email protected]
These e-mail addresses are, however, completely valid, so the validator should be able to recognize them as such.
The incorrect rejection is apparently due to idn_to_ascii()
not being able to handle values ending in one or more hyphens, but this (quick) fix should circumvent that.
Abandoned repo?