1mlmmj-sub(1) General Commands Manual mlmmj-sub(1)
2
3
4
6 mlmmj-sub - subscribe address to a mailinglist run by mlmmj
7
9 mlmmj-sub -L /path/to/list [-a john@doe.org | -m str] [-c] [-C] [-d |
10 -n] [-f] [-h] [-q] [-r | -R] [-s] [-U] [-V]
11
12 -a: Email address to subscribe
13
14 -c: Send welcome mail (unless requesting confirmation)
15
16 -C: Request mail confirmation (unless switching versions)
17
18 -d: Subscribe to digest version of the list
19
20 -f: Force subscription (do not moderate)
21
22 -h: This help
23
24 -L: Full path to list directory
25
26 -m: Moderation string
27
28 -n: Subscribe to nomail version of the list
29
30 -q: Be quiet (don't notify owner about the subscription)
31
32 -r: Behave as if request arrived via email (internal use)
33
34 -R: Behave as if confirmation arrived via email (internal use)
35
36 -s: Don't send a mail to the subscriber if already subscribed
37
38 -U: Don't switch to the user id of the listdir owner
39
40 -V: Print version
41
43 This utility is used to subscribe people to the specified mailinglist.
44 It will write the email address in a file with the name of the begin‐
45 ning letter of the email address getting subscribed in the <list‐
46 dir>/subscribers.d/ directory.
47
48 The digest version of the list is a list version where people receive
49 postings to the list periodically (e.g. once a day) or when a large
50 number of posts have accumulated. Digest subscribers are in the <list‐
51 dir>/digesters.d/ directory.
52
53 The nomail version of the list is a list version where people are sub‐
54 scribed like usual, but they won't receive any postings to the list.
55 This is useful for people who read the mailinglist through a news gate‐
56 way, but want to be able to post to the list. Nomail subscribers are in
57 the <listdir>/nomailsubs.d/ directory.
58
59 Unless the -U switch is used it will switch its user id to the user id
60 owning the list directory. This is done to make sure that new files
61 created are having correct permissions.
62
63 If the given address is already subscribed to the list, but to a dif‐
64 ferent version, the subscription is switched to that version, and con‐
65 firmation and moderation are bypassed. If the address is already sub‐
66 scribed to the version requested, a mail is sent to the subscriber,
67 unless the -s switch is used.
68
69 Subscription may be moderated (if <listdir>/control/submod exists)
70 unless the -f switch is given. When a subscription is permitted by a
71 gatekeeper, welcome messages are sent to the subscriber as usual,
72 regardless of options given now.
73
74 To ensure subscription is silent from the point of view of the sub‐
75 scriber, use -f, but neither -c nor -C. To inhibit notification of the
76 owner, use -q. Use of -s is recommended to ensure you don't spam
77 already-subscribed addresses by accident.
78
80 mlmmj-unsub(1), setuid(2)
81
83 This manual page was written by the following persons:
84
85 Søren Boll Overgaard <boll@debian.org> (based on html2man output)
86
87 Mads Martin Jørgensen <mmj@mmj.dk>
88
89
90
91mlmmj-sub January 2010 mlmmj-sub(1)