Bug #30
Check domain name of email address before accepting request
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Anonymous | % Done: | 0% | |
| Category: | - | |||
| Target version: | 9.1 | |||
| Resolution: |
Description
- Currently, email addresses are accepted if they adhere to the general syntax of an email address:
[label1[.label2]]@[furtherleveldomains.]secondleveldomain.topleveldomain
This means that something like x@xxx.xx is perfectly valid.
- In the future, emails should be checked if at least the domain exists, although his does not guarantee that the email address really does exist.