Handling of email address using a literal IP address instead of a domain name is inconsistent #12
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: karolyi/py3-validate-email#12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I noticed a small inconsistency, which I consider not urgent or important at all, but still wanted to note it:
While the 'regex' checker spends extra effort for accepting email addresses lke
example@[1.2.3.4]
as well, the 'mx' checker will refuse such addresses because the dns lookup will find no domain server for [1.2.3.4].Again, PR welcomed :)
FWIW, I'm going look into this soon, but I first need to find a server which actually accepts emails by the ip address notation so I can test this.