blob: 655e7b214409b9a66bd74d933edd35fb52fcde35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
Select ML (mailing list) and command (command) in the
left naviation bar and click $_arg_button_submit button.
<table>
<tr>
<td> adduser
<td> add address
</tr>
<tr>
<td> deluser
<td> remove address
</tr>
<tr>
<td> addadmin
<td> add a new remote administrator
</tr>
<tr>
<td> deladmin
<td> remove remote administrator
</tr>
<tr>
<td> list
<td> see address list
</tr>
<tr>
<td> log
<td> see log
</tr>
<tr>
<td> newml
<td> create ML
</tr>
<tr>
<td> rmml
<td> remove ML
</tr>
<tr>
<td> reviveml
<td> revive ML removed once
</tr>
</table>
|