Open Dinoman44 opened 3 days ago
[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]
We see that this may be a problem. However, correct us if we are wrong, this seems to be an underlying assumption that TLD cannot have email services. Eg: user@ai or user@tv could potentially be a valid address if their DNS system is configured with an MX record in the future.
However, we are not technically competent to independent verify or confirm the correctness of that as it seems to be beyond the scope of this course.
Moreover, to ensure that we do not do overzealous input validation, confirming that there is a domain name seems to be sufficient to us.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your reason]
As you can see,
dino@gmail
is accepted as a valid email but it should bedino@gmail.com
(missing the.com
top-level domain).This may cause an inconvenience to users, as they may accidentally type in the incorrectly formatted email, and then when they try to copy paste it for use later (like writing an email to that address) they may encounter a problem.