Edit Rename Changes History Upload Download Back to Top

Silt Anti-Spam

Silt has some server logic to protect against comment spam, based on settings. It does 3 things:
  1. Comments get turned off for all posts that fall out of the rss feed
  2. There's a comment throttle (no more than one comment from a given IP per N minutes, defaults to 3)
  3. No more than 3 links in a comment.
Anything that fails get archived. They drop into a directory called 'spam' by default.

Also, you can filter referers by providing a file called 'rejects.txt' in the image dir. The file is a CR delimited list of match strings, with lines like this:

*badTextHere*


Edit Rename Changes History Upload Download Back to Top