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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mether's avatar
1.5k
mether
asked 10 years ago, updated 10 years ago

Comments

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

Evgeny's avatar Evgeny (10 years ago)
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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 10 years ago
link

Comments

1

Excellent. Is there an ETA for the next release?

mether's avatar mether (10 years ago)
see more comments