I want to use my main mail address everywhere, even public places. But I doubt if I can guard myself against spam.

Is there a provider specialized in spam protection? Or at least good at it?

At last, given your experience, should I even do it?

53 points

I want to use my main mail address everywhere, even public places.

No you don’t. It’s not quite as simple, but buy your own domain, get an email provider such as Fastmail that will let you use a catch-all, then use a unique address for every site you visit.

Then if one starts receiving spam, you can block that specific address and voila, no more spam. Plus you know what sites have either poor customer detail hygiene or are actively selling your details.

permalink
report
reply
10 points

I own my domain but I’m not sure about provider. I want to use “name@surname.net” on my public profiles so unique mails for services trick wouldn’t work for me.

permalink
report
parent
reply
13 points
2 points
*

I like this one. I guess I can use this for registrations. Thanks

permalink
report
parent
reply
7 points

I like Zoho. It can be free as long as you use the web/mobile app. If you want to use your own email software, it’s $1/mo for the lowest paid tier.

permalink
report
parent
reply
3 points

Then you’re going to get spammed to hell, live with it.

There’s no spam filters that will protect you 100% from putting the same email address everywhere.

Using personalized aliases for everything and never showing a public address if you can help it is the only way to fight spam these days.

permalink
report
parent
reply
2 points

There’s no spam filters that will protect you 100% from putting the same email address everywhere.

Well, you could curate your own whitelist, but that’s not very practical for most use cases.

permalink
report
parent
reply
9 points

This is exactly what I have done since 2005 with them. Showed me years ago that 1800Flowers either was compromised or sells their email addresses.

permalink
report
parent
reply
21 points

I know it’s “big evil corporate overlord”, but Gmail is pretty damned good at it, really.

If I get spam from a company I recognize I gave my email to, I’ll go in it and click the unsubscribe button and do it that way. Anyone else and I just mark it as spam and Gmail does a pretty good job of sending swaths of junk emails into the spam folder. I don’t get much that slips through. Very occasionally I’ll sign up for something I’m supposed to get an email for but don’t, and I’ll find it in the spam folder. If I think I’ll want more emails from that company, I move it to my regular folder.

permalink
report
reply
3 points

There’s a large org (@ hope.net) that has a non-profit convention every few years. It maintains a e-mail list to let its > 1000 previous attendees know about the upcoming convention and related info. In the past decades everything was fine.

This year (con in July) Gmail has been spam-binning ALL of those reminder e-mails aimed at attendees who use Gmail. Quite clearly it’s not the users making that choice. The org is left with no other way to contact those attendees.

permalink
report
parent
reply
0 points

Then my guess is that someone got ahold of that email list and started using it to send spam and that caused Gmails algorithm to start flagging anything sent out to a bunch of members of that email group at the same time as such.

permalink
report
parent
reply
2 points
*

Maybe someone spoofed the From field on some spam, using their email address. Thereby marking that From address as a spammer. I’ve seen this happen both ways.

permalink
report
parent
reply
1 point

Have a read on the trouble the 2600 guys have been having sending out emails for the next HOPE conference - the junk filter is also great at filtering out topics it deems unsuitable.

permalink
report
parent
reply
0 points
*

Most spam i get is from a random @gmail address as source, can’t be that great. And they are shit with attachements.

permalink
report
parent
reply
2 points
*

Tell us you don’t understand how the “From” header works without telling us.

FYI, that is really just a text string. Most providers don’t let you change it, but its not exactly hard to falsify. People are largely ignorant of the fact that email mostly isnt trustworthy. Spammers abuse this ignorance constantly.

In order to send email as another address, gmail requires you to verify the address by sending you an email there first. AFAIK, they never re-verify, but that’s the main weakness I see.

permalink
report
parent
reply
17 points

The paid proton accounts let you use several custom domains, although I’m not sure if you can combine custom domains with email aliases. For random sites the email alias with the stand @proton.me would probably suit your needs.

After about 3 years of use I’ve been very happy with proton’s spam filtering.

permalink
report
reply
9 points

I use proton coupled with my own domain and SimpleLogin (which is now merged with Proton) to create infinite custom email addresses in my domain. I then use filters to move the recipient address to folders and I can turn off one of my SL addresses if it’s compromised or sold and create a new one.

permalink
report
parent
reply
17 points

I created an email provider called Port87 that specializes in spam prevention, phishing prevention, and organization.

You use it by giving a labeled address to all your accounts, so to Netflix, you would give something like yourname-netflix@port87.com. Then that becomes a label in your account that you can set quick settings for like mark as read or even just block that address if you’re done with it. And if you get something claiming to be from your bank there, you know it’s phishing.

Then you can have labels that are meant for real people like yourname-friends@port87.com, and when someone emails them for the first time it will email them back and ask them to verify they’re human.

And your bare address (yourname@port87.com) doesn’t go through, but rather responds with a list of your “public label” addresses. So that one you can share all over the internet and you won’t get spammed.

permalink
report
reply
6 points

Ok but you can do this with aliases with any decent email service.

I guess an aliasing service like yours can be useful if you’re stuck with a bad email provider, but since OP is looking to set things up they can just pick a decent one to begin with.

permalink
report
parent
reply
4 points

Ok but you can do this with aliases with any decent email service.

As far as I know, there’s no email provider that lets you choose to enable sender screening on individual aliases. I also don’t know of any that explicitly do not use the bare address.

You can kind of achieve the same thing with Sieve scripts and a catch-all address (which is how I developed the prototype), but there is a lot that Port87 does automatically that you’d have to do manually in that system.

For example, you don’t need to set up a label before you use it with Port87. You can just give out a yourname-whatever@port87.com address and it will create the whatever label for you. These labels show up in your “Pending Labels” section. You can then approve them to move them into your regular labels, block them, or just let them expire.

I wrote this service around this concept, so it’s not like you’re using a regular email system a special way. The system is designed and built to be used this way.

permalink
report
parent
reply
6 points
*

Sounds like you have qmail at the root. I ran that with spamassassin, barracuda and some other custom rules for years. Didn’t add on the auto response you have described, but really liked it back in the day.

Did I guess kinda close to what you have running?

I’d think the annoying part would be that you’ve forced the work to prove they are human back on the sender. Might be a good way to go though given how much spam there is.

permalink
report
parent
reply
4 points

It’s actually built on Haraka. All of the queueing is custom written so I can do things like make it a flip of a toggle whether you want push notifications, sender screening, mark as read, etc. for a label. And there’s no inbox, since the bare address is not a usable address. Every email you receive already has at least one label.

permalink
report
parent
reply
12 points

OP: Asks about spam filtering

Lemmy: Recommends everything but spam filtering

permalink
report
reply
4 points

lol

permalink
report
parent
reply

Technology

!technology@lemmy.world

Create post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


Community stats

  • 18K

    Monthly active users

  • 12K

    Posts

  • 538K

    Comments