Elektrine lite

← Feed

@waffles@masto.yttrx.com

Post #3954118

2026-07-19 17:34 UTC

automating the signup process feels critical for an open registration instance. over the past couple of months i’ve been iterating on a simple little app that receives web hooks from mastodon on signup and reports. it: - checks email and ip reputation of the signup - sends a welcome message if both are clean - holds back on welcome message if either are bad and messages me - suspends any suspicious signups after an hour if they haven’t posted or followed anyone - immediately suspends if both email and ip are bad, and blocks the cidr range of the ip to prevent future signup attempts and blocks the email domain for clean accounts, the system will auto silence new accounts after several reports, and send the account a dm why it was silenced with a link to a help website on how to get unsilenced this hasn’t removed the human aspect of moderation, but man, it means i can sleep at night without bots totally trashing the system with spam. what are other admins doing? #MastoAdmin https://waffles.yttrx.com/posts/welcomebot-and-abuse-hooks-update/ edit: code and install guide https://waffles.yttrx.com/posts/welcomebot-for-your-own-instance/

Replies (1)

  • @offby1@wandering.shop 2026-07-19 21:30

    @waffles@masto.yttrx.com I may have missed it in the mobile view. Did you post code? I'm interested in that webhook handler 😁

    Open ##4256046