chiark / gitweb /
Initial commit as found
[modbot-ulm.git] / webstump / doc / help / filter-lists.html
1 WebSTUMP has a capability to process certain articles automatically,
2 without involving a human moderator. For instance, if you decide that a
3 certain thread has strayed off topic, and you no longer want ANY articles
4 from that thread to ever appear, you can add the Subject of that thread
5 to the list of bad threads. That will cause all submissions with that
6 subject header to be automatically rejected.<P>
7
8 Generally, WebSTUMP users can do filtering by the following criteria:
9
10 <UL>
11   <LI> By poster
12   <LI> By Subject
13   <LI> use the list of suspicious words
14 </UL>
15
16 The algorithm for every incoming article is as follows:
17
18 <OL>
19
20   <LI> Reject message if the author is listed in <A
21        HREF=##bad.posters.list>the List of Banned Posters.</A>.
22
23   <LI> Reject message if the Subject: field is listed in <A
24        HREF=##bad.subjects.list>the List of Banned Subjects</A>.
25
26   <LI> Reject message if the article contains words from <A
27        HREF=##bad.words.list>the List of Banned Words</A>.
28
29   <LI> File message for human review if the author is listed in <A
30        HREF=##watch.posters.list>the List of Untrusted Posters</A>.
31
32   <LI> File message for human review if the Subject is listed in <A
33        HREF=##watch.subjects.list>the List of Suspicious Subjects</A>.
34
35   <LI> File message for human review if the article contains words from <A
36        HREF=##watch.words.list>the List of Suspicious Words</A>.
37
38   <LI> Approve message if the author is listed in <A
39        HREF=##good.posters.list>the List of Preapproved Posters</A>.
40
41   <LI> Approve message if the Subject: field is listed in <A
42        HREF=##good.subjects.list>the List of Preapproved Subjects</A>.
43
44   <LI> File all still unprocessed articles for human review.
45 </OL>
46
47 To edit filter lists, log in as "admin" to your newsgroup. Choose the
48 proper list and hit "Edit". be careful not to lose any changes.