this post was submitted on 19 Jun 2023
15 points (100.0% liked)

Lemmy Support

4633 readers
2 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I've set registration to Require application again, don't like this bots creating accounts.

Also I'm running into email limitations. Using the Sendgrid Free plan of 100 emails per day, but if a couple of member have email notification on, I'm reaching that 100 very quickly. How do others handle the high email traffic ?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 year ago (3 children)

Try enabling the captcha in your instance settings, it might help a bit as well!

[–] [email protected] 5 points 1 year ago

Captchas are mostly useless nowadays against any well designed bot. The only ones that sort of work are those ridiculously hard ones like several page math problems. And at that point a large portion of people can't solve it either.

They also tend to be full of trackers and are terrible for privacy. Plus they're used to train corporate AIs.

It can help temporarily, because a lot of bots don't bother with captcha solvers, but all the spammers need to do is include a pre-made solver library and the bots are back.

[–] [email protected] 5 points 1 year ago (2 children)

While looking for a way to enable captchas I found out that they will remove that feature from lemmy: https://github.com/LemmyNet/lemmy/issues/2922

[–] [email protected] 2 points 1 year ago

That's unfortunate. A lot of bots have beaten them but it still stops a lot of low quality bots

[–] [email protected] 0 points 1 year ago (1 children)

Wouldn’t it help to force registrations solve an expensive proof of work on the client side?

[–] [email protected] 2 points 1 year ago

That would probably only slow them down. And since their main goal is to create a ton of working accounts, speed is probably not that important to them. On my own instance the bot-registrations stopped immediately after I enabled the required application.

[–] [email protected] 2 points 1 year ago

Good idea thanks :)