dragonscave.space is one of the many independent Mastodon servers you can use to participate in the fediverse.
A fun, happy little Mastodon/Glitch instance.

Server stats:

244
active users

Public
Public
A better approach may be some kind of spam filter on the server. I have a web panel that controls everything, and it uses spamassassin at the back end and pipes incoming mail through it during the SMTP dialogue. I hear though that rspamd may work better and use less RAM on the server. Even if you're doing all this manually, you should be able to stick rspamd into the process between when the message comes in and when it gets forwarded, making your manual review process much easier, assuming you still feel the need to manually review messages before forwarding them. I'm guessing you probably still will want to manually review, but rspamd and spamassassin both tend to learn over time, so your manual review process will get easier.

@kyle I assume this was supposed to be a reply to my earlier post. Anyway, that's not really what I'm going for. There are several addresses that I trust completely. I'd love to automatically forward any Email from these specific addresses. I mean I know in theory a spammer could spoof one of those addresses, but spammers aren't likely to get hold of that address, and even if they did, they'd still have to hit upon one of the few magical trusted addresses.

Public
@jaybird110127 [dragonscave.space] OK you should be able to whitelist those addresses in your forwarder. I don't run anything like this here, so I'm a bit fuzzy on the details, but I'm fairly certain it's possible. It's still serverside filtering, just not exactly what I mistakenly thought you needed.
Public

@kyle Yeah I'm just using .forward in the home directory of the secret forwarder account I manually forward to. What I'm looking for to use in this and a few other situations is what you might call a smart .forward replacement that can actually look at factors such as who the Email is coming from, etc. and decide whether to forward it or not.

Public
@jaybird110127 [dragonscave.space] I may have to do some digging myself. This sounds like a really nice idea, and I'm almost certain that such a beast exists, as I could swear I've seen something like this somewhere.