]> Sergey Matveev's repositories - mlmmj-listtexts.git/blob - en/finish
Add admin reason to finish-sub and finish-unsub.
[mlmmj-listtexts.git] / en / finish
1 %ifaction unsub%Subject: Goodbye from $list$@$domain$%endif%
2 %ifaction release reject%Subject: Moderated $list$@$domain$: $subject$%endif%
3 %ifaction permit obstruct%Subject: Guarded $list$@$domain$: $subaddr$%endif%
4 %ifaction post%Subject: Posted to $list$@$domain$: $subject$%endif%
5
6 %text prologue%
7
8 %ifaction unsub%
9 %wrap%
10   %ifreason request%
11   %endif%
12   %ifreason confirm%
13     Thank you for confirming your unsubscribe.
14   %endif%
15   %ifreason admin%
16     An administrator has removed you from the list.
17   %else%
18     You have now been removed from the list.
19   %endif%
20 %endif%
21
22 %ifaction release%
23 %wrap%
24   You have successfully released the message from $posteraddr$ with subject
25   "$subject$" to the list.
26 %endif%
27
28 %ifaction reject%
29 %wrap%
30   You have successfully rejected the message from $posteraddr$ with subject
31   "$subject$".
32 %endif%
33
34 %ifaction permit%
35 %wrap%
36   You have successfully permitted $subaddr$ to join the list.
37 %endif%
38
39 %ifaction obstruct%
40 %wrap%
41   You have successfully obstructed $subaddr$ from joining the list.
42 %endif%
43
44 %ifaction post%
45 %wrap%
46   %ifreason confirm%
47     Thank you for confirming
48   %endif%
49   %ifreason release%
50     A moderator has released
51   %endif%
52   %ifreason request%
53     Thank you for
54   %endif%
55   your post with subject "$subject$".
56   It is now being distributed to the list.
57 %endif%
58