Once I suggested an improvement of the spam control: Rate limit for adding answers per user below x points
Now I came across a situation that would be an additional "requirement":
- anonymous user should only be allowed to post 1 question
- registered user should be allowed to post 3 questions
Under >Admin>Spam I have:
Rate limit for asking questions:
1 per IP/hour
3 per user/hour
However, the IP limit is for all users. But I just need it for anonymous users.
Any ideas on that?