Earlier quoted context omitted.
Please don't check for a full-stop/period. It excludes those who have their email address directly on a TLD.
No it doesn't. Those require a dot at the end. Without a dot, it's a hostname not a TLD.
Stop Validating Email Addresses with Regex (2012)
61–70 of 228 posts
Re: Stop Validating Email Addresses with Regex (2012)
#62Earlier quoted context omitted.
Is that an existing cohort? I'm not saying it isn't, I've just not run across them.
Probably not. http://ai./ has a website, but no emails AFAIK
Re: Stop Validating Email Addresses with Regex (2012)
#63Earlier quoted context omitted.
No it doesn't. Those require a dot at the end. Without a dot, it's a hostname not a TLD.
https://mail.gnome.org/archives/evolution-list/2002-January/...
easrng@easrng-laptop:~$ echo -e "127.0.0.1\tai" | sudo tee -a /etc/hosts
127.0.0.1 ai
easrng@easrng-laptop:~$ ping ai
PING ai (127.0.0.1) 56(84) bytes of data.
^C
easrng@easrng-laptop:~$ ping ai.
PING ai (209.59.119.34) 56(84) bytes of data.
^CRe: Stop Validating Email Addresses with Regex (2012)
#64Does anyone on HN have any of these "surprising" email addresses that most people and developers do not expect? How does it work with common e-mail clients? How do people react when you show/tell them your email? I have a domain that uses non-ascii characters, and while I can receive emails on that domain, hosted by Fastmail, Fastmail clients refuses to _send_ emails to that domain (I can, if I type the domain as Pun…
You can see the email address on the front page if I paste the punycode web address on here:
Re: Stop Validating Email Addresses with Regex (2012)
#65Re: Stop Validating Email Addresses with Regex (2012)
#66Earlier quoted context omitted.
https://mail.gnome.org/archives/evolution-list/2002-January/...
Without a dot it won't always use the TLD. easrng@easrng-laptop:~$ echo -e "127.0.0.1\tai" | sudo tee -a /etc/hosts 127.0.0.1 ai easrng@easrng-laptop:~$ ping ai PING ai (127.0.0.1) 56(84) bytes of data. ^C easrng@easrng-laptop:~$ ping ai. PING ai (209.59.119.34) 56(84) bytes of data. ^C
Re: Stop Validating Email Addresses with Regex (2012)
#67Re: Stop Validating Email Addresses with Regex (2012)
#68Earlier quoted context omitted.
The most underrated crypto thing that people don't discuss enough, is that i don't need an email account to interact with web3 apps, i just sign in with metamask. if I could do it for every single app around that would be great.
What's wrong with a username and password?
Re: Stop Validating Email Addresses with Regex (2012)
#69Does anyone on HN have any of these "surprising" email addresses that most people and developers do not expect? How does it work with common e-mail clients? How do people react when you show/tell them your email? I have a domain that uses non-ascii characters, and while I can receive emails on that domain, hosted by Fastmail, Fastmail clients refuses to _send_ emails to that domain (I can, if I type the domain as Pun…
Re: Stop Validating Email Addresses with Regex (2012)
#70Can't upvote this enough. There simply is no need to check the email addr provided by the user. Send the mail, if it bounces, the user has only himself to blame. What if I don't want them to go through the hassle of an activation link? Then I don't bother with an email account in the sign-up process in the first place. If they want a passwd reset method, they can later provide an email in their settings page, if that…
The most underrated crypto thing that people don't discuss enough, is that i don't need an email account to interact with web3 apps, i just sign in with metamask. if I could do it for every single app around that would be great.