Why don’t we do email verification in reverse?
61–70 of 329 posts
Re: Why don’t we do email verification in reverse?
#62Earlier quoted context omitted.
Yes. 1) DKIM, SPF and DMARC do not prevent spoofing, they simply make it less easy. A compromise of those methods, or an attack on DNS or BGP, or any other novel spoofing attack, gives the attacker a successful attack vector that would not exist if the website simply sent the user an email to verify. 2) The unique token and timeout is simply given to the attacker when the attacker initiates the new account/password r…
> or an attack on DNS or BGP, or any other novel spoofing attack Even though it’s be relevant form as systems-thinking point of view, it’s pretty unfair to dismiss a solution because it will be vulnerable to very important pieces of Internet network infrastructure. I think it’s safe to say that if we get a sufficiently bad vulnerability in DNS or BGP, account confirmation emails are going to be least of our worries.…
Re: Why don’t we do email verification in reverse?
#63Earlier quoted context omitted.
I'd argue the crux is about proving that Me The Service can send You The User whatever info is needed (password reset, notification of planned downtimes, pricing changes, warnings about service abuse) to this address - and you'll get it. I don't care about you "controlling" an email address - you can easily get fake ones for free. It's about both parties having agreed _at least once_ on a way for the service to commu…
Ownership over the email shortname is exactly what is being proven. It’s your identity as far as the service is concerned. I can block emails from a service right after verifying so verifying does not guarantee that I will receive emails from the service at any point in the future.
Re: Why don’t we do email verification in reverse?
#64I've had situations where some email clients (including Outlook) would visit URLs in emails, for "link protection" purposes. Coupled with the magic-link approach (including a token in the URL that authenticates the user), this can cause a lot of problems.
Re: Why don’t we do email verification in reverse?
#65Re: Why don’t we do email verification in reverse?
#66Re: Why don’t we do email verification in reverse?
#67I would hate this, and probably instantly bail out of any flow that tried to force it on me. Being able to receive mail on an address should not necessarily imply a capability to send from it. This scheme rules out many actual or potential schemes for email anonymity, especially in a world where very little email is still transactional relatively speaking. I do not give (almost) any website an address I send normal e…
They are exchanging inconvenience for lack of functionality
Re: Why don’t we do email verification in reverse?
#68Re: Why don’t we do email verification in reverse?
#69Re: Why don’t we do email verification in reverse?
#70As others have pointed out, there are some downsides to mailto links. But I find them to be outweighed by the deliverability benefit that I've seen.