Spam prevention through IP tracking
- by whamsicore
I am building a website with user generated comments. In order to implement user moderation/spam-protection, users have the ability to mark comments as spam. When one comment is marked as spam, I want all comments from the same IP address to be deleted.
I am not familiar with spam prevention in general, other than Captcha.
Question:
is this a feasible/good system for spam prevention?
are there better ways, or improvements I can make?
Thanks.