I mostly use one single address, but I can tell you exactly where all the spam comes from: idiots whose name is the same as mine. They give my address as if it belonged to them. Probably they created addresses like narag33@server and they believe that it's narag@server instead. So not only I receive all the spam from dubious sites that they suscribed to, but also their legitimate mail from lists and friends. My names…
Ask HN: People who use different emails everywhere, who sold you to spammers?
271–280 of 444 posts
Re: Ask HN: People who use different emails everywhere, who sold you to spammers?
#272Re: Ask HN: People who use different emails everywhere, who sold you to spammers?
#273Earlier quoted context omitted.
Yikes, I use service@domain quite often. I didn't give thought to this possibility. I'm quite sure the reason will be that this service emails others on "your behalf" and probably does something like placing your email address in the "From" field or in the body of correspondence. I assume they are concerned about phishing or catfishing emails purporting to be from the service. This doesn't appear to be an adequate so…
Something like $(hex(hmac(secret_key, service)))@domain could solve that. It would also mean service can't pretend to be another-service@domain when spamming you. Though who knows, maybe hex addresses will look fake / malicious and trigger a ban anyway.
Re: Ask HN: People who use different emails everywhere, who sold you to spammers?
#274Re: Ask HN: People who use different emails everywhere, who sold you to spammers?
#275I used special emails for my kids’ savings accounts at a major brokerage, and then started getting weird emails to one of them. This was on a private domain and the addresses weren’t really guessable, so that’s how I knew they had been breached before they announced it weeks or months later.
Re: Ask HN: People who use different emails everywhere, who sold you to spammers?
#276I mostly use one single address, but I can tell you exactly where all the spam comes from: idiots whose name is the same as mine. They give my address as if it belonged to them. Probably they created addresses like narag33@server and they believe that it's narag@server instead. So not only I receive all the spam from dubious sites that they suscribed to, but also their legitimate mail from lists and friends. My names…
Quite gratifying to read that I'm not alone in this. I was really early into Gmail so have first.last@ and get a lot of stuff emailed to me that is exactly as you describe - not spam, just mistaken address. Hotel reservations, golf clubs, Republican party bullshit, hilarious copies of order receipts from gun shops... (The last one of the above I replied to - it was an order for a rifle scope. I sent what I thought wa…
I have lastname@gmail.com and keep receiving various e-mails intended for people with my surname. Insurance documents and other semi-confidential stuff included.
Re: Ask HN: People who use different emails everywhere, who sold you to spammers?
#277I used special emails for my kids’ savings accounts at a major brokerage, and then started getting weird emails to one of them. This was on a private domain and the addresses weren’t really guessable, so that’s how I knew they had been breached before they announced it weeks or months later.
Re: Ask HN: People who use different emails everywhere, who sold you to spammers?
#278Earlier quoted context omitted.
Yikes, I use service@domain quite often. I didn't give thought to this possibility. I'm quite sure the reason will be that this service emails others on "your behalf" and probably does something like placing your email address in the "From" field or in the body of correspondence. I assume they are concerned about phishing or catfishing emails purporting to be from the service. This doesn't appear to be an adequate so…
Something like $(hex(hmac(secret_key, service)))@domain could solve that. It would also mean service can't pretend to be another-service@domain when spamming you. Though who knows, maybe hex addresses will look fake / malicious and trigger a ban anyway.