chiark / gitweb /
document the simplified processing used for ULM
[modbot-ulm.git] / webstump / doc / help / filter-lists.html
index 0d4160718ccc67ef50060d479045642634b61ff3..595edffc968ca57003efb098f4113cfe6a6c8c56 100644 (file)
@@ -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.<P>
+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.<P>
 
 Generally, WebSTUMP users can do filtering by the following criteria:
 
 <UL>
   <LI> By poster
-  <LI> By Subject
   <LI> use the list of suspicious words
 </UL>
 
@@ -20,27 +18,12 @@ The algorithm for every incoming article is as follows:
   <LI> Reject message if the author is listed in <A
        HREF=##bad.posters.list>the List of Banned Posters.</A>.
 
-  <LI> Reject message if the Subject: field is listed in <A
-       HREF=##bad.subjects.list>the List of Banned Subjects</A>.
-
-  <LI> Reject message if the article contains words from <A
-       HREF=##bad.words.list>the List of Banned Words</A>.
-
-  <LI> File message for human review if the author is listed in <A
-       HREF=##watch.posters.list>the List of Untrusted Posters</A>.
-
-  <LI> File message for human review if the Subject is listed in <A
-       HREF=##watch.subjects.list>the List of Suspicious Subjects</A>.
-
   <LI> File message for human review if the article contains words from <A
        HREF=##watch.words.list>the List of Suspicious Words</A>.
 
   <LI> Approve message if the author is listed in <A
        HREF=##good.posters.list>the List of Preapproved Posters</A>.
 
-  <LI> Approve message if the Subject: field is listed in <A
-       HREF=##good.subjects.list>the List of Preapproved Subjects</A>.
-
   <LI> File all still unprocessed articles for human review.
 </OL>