From: Matthew Vernon Date: Thu, 2 Jan 2014 10:51:58 +0000 (+0000) Subject: document the simplified processing used for ULM X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=commitdiff_plain;h=refs%2Fremotes%2Fmcvdevel%2Fremove_steps;p=modbot-ulm.git document the simplified processing used for ULM --- diff --git a/webstump/doc/help/filter-lists.html b/webstump/doc/help/filter-lists.html index 0d41607..595edff 100644 --- a/webstump/doc/help/filter-lists.html +++ b/webstump/doc/help/filter-lists.html @@ -1,15 +1,13 @@ WebSTUMP has a capability to process certain articles automatically, -without involving a human moderator. For instance, if you decide that a -certain thread has strayed off topic, and you no longer want ANY articles -from that thread to ever appear, you can add the Subject of that thread -to the list of bad threads. That will cause all submissions with that -subject header to be automatically rejected.

+without involving a human moderator. For instance, you may whitelist +particular posters, meaning all articles that they submit (except +those containing words on the Suspicious Words List) will be posted +without requiring any further intervention.

Generally, WebSTUMP users can do filtering by the following criteria:

@@ -20,27 +18,12 @@ The algorithm for every incoming article is as follows:
  • Reject message if the author is listed in the List of Banned Posters.. -
  • Reject message if the Subject: field is listed in the List of Banned Subjects. - -
  • Reject message if the article contains words from the List of Banned Words. - -
  • File message for human review if the author is listed in the List of Untrusted Posters. - -
  • File message for human review if the Subject is listed in the List of Suspicious Subjects. -
  • File message for human review if the article contains words from the List of Suspicious Words.
  • Approve message if the author is listed in the List of Preapproved Posters. -
  • Approve message if the Subject: field is listed in the List of Preapproved Subjects. -
  • File all still unprocessed articles for human review.