I am building a script to filter profanity and spam words from comments submissions. My question is what do you do once you have a positive?
Do you simply accept the input and then delete it, while notifying the user. Then let them start over, or do you block them.
Do you notify the user and give them the chance to correct the comment (in the event of a false positive).
Do you send it for moderation, and take action at some later point, either edit it then post it or delete it (by the mod).
Due to the nature of the site my intent is to limit the comments to one comment per day and one per entity. This will prevent users from using comments as forum. This will also limit the ability of bots from leaving comments en mass.