blob: 8560bae1cb95e5d477c7048831f704915356e40a (
plain) (
blame)
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
51
52
53
54
55
|
%ifaction unsub%Subject: Goodbye from $list$@$domain$%endif%
%ifaction release reject%Subject: Moderated $list$@$domain$: $subject$%endif%
%ifaction permit obstruct%Subject: Guarded $list$@$domain$: $subaddr$%endif%
%ifaction post%Subject: Posted to $list$@$domain$: $subject$%endif%
%text prologue%
%ifaction unsub%
%^%%wrap%
%ifreason request%
%endif%
%ifreason confirm%
Thank you for confirming your unsubscribe.
%endif%
%ifreason admin%
An administrator has removed you from the list.
%else%
You have now been removed from the list.
%endif%
%endif%
%ifaction release%
%^%%wrap%You have successfully released the message from <$posteraddr$>
with subject "$subject$" to the list.
%endif%
%ifaction reject%
%^%%wrap%You have successfully rejected the message from <$posteraddr$>
with subject "$subject$".
%endif%
%ifaction permit%
%^%%wrap%You have successfully permitted <$subaddr$> to join the list.
%endif%
%ifaction obstruct%
%^%%wrap%You have successfully obstructed <$subaddr$> from joining the
list.
%endif%
%ifaction post%
%^%%wrap%
%ifreason confirm%
Thank you for confirming
%endif%
%ifreason release%
A moderator has released
%endif%
%ifreason request%
Thank you for
%endif%
your post with subject "$subject$". It is now being distributed to the
list.
%endif%
|