Tetra WebBBS Configuration

$CensorPosts

If $CensorPosts is set to '0', a message containing forbidden words will be rejected, and the poster will be asked to go back and "clean up" the post.

If $CensorPosts is set to '1', any words (or character strings) matching the contents of the "naughty words" file will be replaced by a string of hash marks in the actual post.
For example, if you defined "naughty words" as "this that" and someone posted the message, "This is one thing, that is another," the actual post would
appear as "##### is one thing, ##### is another."

If $CensorPosts is set to '2', posts containing "naughty words" will be put "on hold" until approved by the administrator.

Available settings: 0/1/2