chiark / gitweb /
Re-instate the blocklist of banned posters
[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, you may whitelist
3 particular posters, meaning all articles that they submit (except
4 those containing words on the Suspicious Words List) will be posted
5 without requiring any further intervention.<P>
6
7 Generally, WebSTUMP users can do filtering by the following criteria:
8
9 <UL>
10   <LI> By poster
11   <LI> use the list of suspicious words
12 </UL>
13
14 The algorithm for every incoming article is as follows:
15
16 <OL>
17
18   <LI> Reject message if the author is listed in <A
19        HREF=##bad.posters.list>the List of Banned Posters.</A>.
20
21   <LI> File message for human review if the author is listed in <A
22        HREF=##watch.posters.list>the List of Untrusted Posters</A>.
23
24   <LI> File message for human review if the article contains words from <A
25        HREF=##watch.words.list>the List of Suspicious Words</A>.
26
27   <LI> Approve message if the author is listed in <A
28        HREF=##good.posters.list>the List of Preapproved Posters</A>.
29
30   <LI> File all still unprocessed articles for human review.
31 </OL>
32
33 To edit filter lists, log in as "admin" to your newsgroup. Choose the
34 proper list and hit "Edit". be careful not to lose any changes.