You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure it is related or similar to #183 so I wanted to add a fix idea though I'm not a software developer myself, for another project I researched and improved the following regex term to define the proper Mail spectrum:
[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,64}
I dont know if it can be the basis here, but currently the rule: email does only check until name@domain not for [email protected] so this could be improved to avoid failure.
our current fix we use is adding a pattern (but the output is not so nice):
I'm not sure it is related or similar to #183 so I wanted to add a fix idea though I'm not a software developer myself, for another project I researched and improved the following regex term to define the proper Mail spectrum:
[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,64}
I dont know if it can be the basis here, but currently the
rule: email
does only check untilname@domain
not for[email protected]
so this could be improved to avoid failure.our current fix we use is adding a pattern (but the output is not so nice):
CC @MartinSchott
The text was updated successfully, but these errors were encountered: