json-schema icon indicating copy to clipboard operation
json-schema copied to clipboard

Handle hyphen suffixed e-mail names

Open lindelius opened this issue 2 years ago • 1 comments

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.

lindelius avatar Jul 20 '22 15:07 lindelius

Abandoned repo?

lindelius avatar Sep 16 '22 14:09 lindelius