axmszr / pe

0 stars 0 forks source link

Accepts invalid email domains #3

Open axmszr opened 1 year ago

axmszr commented 1 year ago

Summary:

Invalid email domains are accepted (e.g. @abc).

Steps:

  1. Call add n/abc p/123 e/abc@abc a/abc, and it is accepted.
nus-se-bot commented 1 year ago

Team's Response

It is possible to customize email domains hence we allow users this flexibility and do not consider this a bug

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Even custom email domains must still follow certain rules, since they must match domain name syntax - there must be some top-level domain, and dotless domain names are also not allowed (https://www.icann.org/en/announcements/details/new-gtld-dotless-domain-names-prohibited-30-8-2013-en).

This is an invalid email by email conventions.