Hot rules in your area
Hot rules in your area
![](https://lemmy.zip/pictrs/image/ac8f59cf-28d8-4436-8881-505b1d12a9b1.webp?format=webp&thumbnail=128)
![](https://lemmy.zip/pictrs/image/ac8f59cf-28d8-4436-8881-505b1d12a9b1.webp?format=webp)
Hot rules in your area
You're viewing a single thread.
Is there something that can be done across Lemmy to prevent mass spammers? Surprised nobody used this before. Got messaged twice so far.
One defense could be for an instance admin to set a maximum number of messages someone can send to different accounts on their instance per hour.
This would be a heuristic approach to combat spam but this function would first have to be implemented by the Lemmy developers.
honestly it always astounds me that developers don't pre-emptively add ratelimiting, it's such a basic thing to prevent misuse
i guess it's a case of each instance admin whacking these moles as they pop up. also having anti bot signup defenses.
I'm guessing there's also stuff that could be done server side to stop single accounts sending the same message to > 100 people or something like that. not sure if that's already implemented though.
That seems like a lot of work that admins would have trouble keeping up with.
Theoretically couldn't they keep setting up their own new instance on a daily basis?
There is a cost associated with setting up each new instance, domains cost money. Time and effort would have to be invested in automating the set up and teardown of such instances on a daily basis (if the scammer has the ability to do that otherwise they'd be doing it manually). Spammers don't tend to like to spend any money
federation, from what i understand, requires active users to fully integrate with other instances so lots of PMs coming from federated instances with little to no active users would be detectable i would imagine.
There are technical solutions to these problems. as with any platform, it is always an arms race between spammers and the developers/moderation teams.
Mod tools are useful in automating this sort of stuff but some things are better handled at the low level by Lemmy developers.
I looked into creating some mod tools to help with this sort of thing a year or so ago, but i'm a backend guy if i'm anything dev wise. CSS did what CSS does and gave me a big enough headache to quit