chiark / gitweb /
webstump: use "reject blocklist" for the hardcoded blocklist-related rejection reason
[modbot-mtm.git] / webstump / README
1 This is WebSTUMP v2.0. 
2
3 INSTALLATION:
4
5 0) [OPTIONAL] If you plan on moderating a picture newsgroup (a newsgroup
6 with uuencoded or MIME-encoded binaries), you have to install several
7 perl modules:
8
9 MIME::Tools
10 Convert::UU
11
12 If you plan on moderating a text newsgroup, skip this step.
13
14 1) Edit Makefile
15 2) type make
16 3) Edit config/webstump.cfg
17 4) Create a symbolic link from your cgi-bin directory to the bin/wrapper
18    program
19 5) Use create-newsgroup.pl perl script to create newsgroups.
20 6) Edit your .procmailrc and add a recipe like this:
21
22 ######################################################################
23 #
24 # WebStump-related recipes
25 #
26
27 :0
28 * ^X-Moderate-For:
29 | $HOME/public_html/stump/webstump/scripts/file-message.pl
30
31 7) Edit your admin/etc/modenv file and create a pseudo moderator
32 like this:
33
34 webstump@your.site      1       NO_BOARD_LIST,NO_ADVICE_LIST
35
36 and make sure that all other mods are on vacation (set flag to 0).
37
38 webstump@your.site should be substituted with an address where
39 webstump resides 9and whose .procmailrc you just edited).
40