aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/list.xml
blob: 5be2580f0d5f63f533656ebb46deb49271ce59ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" ?>
<list>
        <listname><%= name %></listname>
        <type>discussion_list</type>
        <subject><%= subject %></subject>
        <description/>
        <status>open</status>
        <language><%= language %></language>
        <owner_include>
            <source>mga-sysadm</source>
        </owner_include>
        <editor_include>
            <source>mga-ml_moderators</source>
        </editor_include>
<%- if custom_subject != '' -%>
	<custom_subject><%= custom_subject %></custom_subject>
<%- end -%>
</list>