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
An email address such as "[email protected]." passes validation. Based on RFC5321, it should not. The domain part of the address cannot end in a period.
Current behavior
Email addresses ending with . validate.
Expected behavior
They fail validation
The text was updated successfully, but these errors were encountered:
amm266
added a commit
to amm266/govalidator
that referenced
this issue
Jan 22, 2022
Bug Report
Summary
An email address such as "[email protected]." passes validation. Based on RFC5321, it should not. The domain part of the address cannot end in a period.
Current behavior
Email addresses ending with
.
validate.Expected behavior
They fail validation
The text was updated successfully, but these errors were encountered: