Microblogging with ActivityPub
Microblogging with ActivityPub
Posted Nov 30, 2022 9:17 UTC (Wed) by rqosa (subscriber, #24136)In reply to: Microblogging with ActivityPub by tau
Parent article: Microblogging with ActivityPub
> it will need to come up with a solution to the problems that plague "federation[s] somewhat like email".
The problem of email spam-filtering is pretty much a solved problem by now. My personal email account has been using SpamAssassin for a long time, and while not perfect, it seems to be "good enough" at least. (And one good thing about it is that whenever a false-positive occurs, the end user can still see the email message that was flagged as spam, as long as they've configured their MUA's filtering rules to direct spam into a "spam folder" and then read that folder occasionally.)
So it seems like a similar appoach (using Bayesian filtering) could eventually be used for ActivityPub as well. Furthermore, (same as with email) it might also be possible for ActivityPub spam-filtering to be done on the client-side, for end users who don't want their server operators to be in full control of the spam-filtering.
