From 83c0d8efd01626c877abcba347cfc0ec947c7c06 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Thu, 2 Jan 2014 10:51:58 +0000 Subject: [PATCH] document the simplified processing used for ULM --- webstump/doc/help/filter-lists.html | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) 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. -- 2.30.2