this post was submitted on 24 Nov 2025
15 points (94.1% liked)

Asklemmy

51378 readers
392 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

cross-posted from: https://lemmy.sdf.org/post/46161145

I've been using Thunderbird to sort out my junk email for a while, ever since I walked away from my Gmail account. Thunderbird does a great job, but it does mean it has to stay running somewhere.

However I'm currently in the process of moving and as a result I've had to shut down the system that that I had been running Thunderbird on. The result of which, obviously, is that my inbox is now being flooded with spam.

Since it's been a while since I last looked at the problem, I figured I ask. How do you deal with spam email?

you are viewing a single comment's thread
view the rest of the comments

I run my own mail server with rspamd. It learns spam automatically based on the emails I move into the Spam folder and gives new incoming mails a probability score. If the probability of an email being spam is over a certain threshold, it gets moved into the Spam folder automatically or deleted entirely.

It works extremely well! But I also share my mailserver with a few friends and we have a collection of spam that spans ~20 years, which is a great dataset for training tools like these.