First time here? Check out the FAQ!
2

rate limit user postings

In order to mitigate scripted spam postings, it would be useful to have the ability to limit the number of new posts to one per minute or so with a time limit which should be configurable. That would really be helpful for Ask Fedora at this point since we have a persistent spammer

mether's avatar
1.5k
mether
asked 2014-05-30 15:54:14 -0500, updated 2014-05-30 15:56:24 -0500
edit flag offensive 0 remove flag close merge delete

Comments

The rate limit itself is easy to bypass by inserting a "sleep()" call into the script.

Evgeny's avatar Evgeny (2014-05-30 16:01:04 -0500) edit
add a comment see more comments

1 Answer

1

We have just implemented ReCaptcha for making posts for users who have "watched" status. Should effectively work along the lines of rate limiting.

The "watched" status will automatically convert into "approved" when certain reputation threshold is crossed from below and it will still be possible to assign the "watched" status back.

Admins, moderators and approved users won't need to use the captcha. Also the captcha will be forced upon the user registration.

Evgeny's avatar
13.2k
Evgeny
answered 2014-05-30 15:59:39 -0500
edit flag offensive 0 remove flag delete link

Comments

1

Excellent. Is there an ETA for the next release?

mether's avatar mether (2014-05-30 16:29:11 -0500) edit
add a comment see more comments