blob: 52f3be876983a25369d0887c1e67742a61926c46 (
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
|
Subject: Subscribers to $list$@$domain$
%text prologue%
%wrap%Here is the list of subscribers
%iftype all%
(to all versions of the list):
%else%
to the
%iftype normal% normal %endif%
%iftype digest% digest %endif%
%iftype nomail% no-mail %endif%
version of the list:
%endif%
%iftype all normal%
%^%- %listsubs%
%endif%
%iftype all digest%
%^%- %digestsubs%
%endif%
%iftype all nomail%
%^%- %nomailsubs%
%endif%
|