Chewie @chewie@mammut.gogreenit.net · activity timestamp yesterday #MastoAdmins Ugh, they've found me now too Read more Read less Translate Translate alt 70 spam users waiting for me to approve. Nice try... 70 spam users waiting for me to approve. Nice try... #mastoadmins Reply Boost Quote Like More actions Copy link Flag this post Block
alt 70 spam users waiting for me to approve. Nice try... 70 spam users waiting for me to approve. Nice try...
Chewie @chewie@mammut.gogreenit.net · activity timestamp 18 min. ago ... aaand another 136 todayI've just used postgres to export a list of unapproved users with signup IPs into a .csv to add to my firewall blacklist:copy (select id, sign_up_ip, email, approved from users where approved = 'f') to '/tmp/pendingusers.csv' with CSV DELIMITER ',' HEADER;I'm not sure how effective it will be, as IP addresses are from all over the place, none are duplicates, but never mind, it's worth a try. 😡 Read more Read less Translate Translate Reply Boost Quote Like More actions Copy link Flag this comment Block
... aaand another 136 today
I've just used postgres to export a list of unapproved users with signup IPs into a .csv to add to my firewall blacklist:
copy (select id, sign_up_ip, email, approved from users where approved = 'f') to '/tmp/pendingusers.csv' with CSV DELIMITER ',' HEADER;
I'm not sure how effective it will be, as IP addresses are from all over the place, none are duplicates, but never mind, it's worth a try. 😡