Open razor-1 opened 3 years ago
An email address such as "test@example.com." passes validation. Based on RFC5321, it should not. The domain part of the address cannot end in a period.
Email addresses ending with . validate.
.
They fail validation
Bug Report
Summary
An email address such as "test@example.com." 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