aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/config
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-13 23:54:58 +0000
committerMichael Scherer <misc@mageia.org>2010-12-13 23:54:58 +0000
commitbafdc0d1e2cd17cbf039df1ccbdc7de912c4e9c5 (patch)
tree51668b4826167375b1eb2124011882e5f9ab65b5 /modules/sympa/templates/config
parent47be17069f8187fe86c75d509e97f5118db5eeb5 (diff)
downloadpuppet-bafdc0d1e2cd17cbf039df1ccbdc7de912c4e9c5.tar
puppet-bafdc0d1e2cd17cbf039df1ccbdc7de912c4e9c5.tar.gz
puppet-bafdc0d1e2cd17cbf039df1ccbdc7de912c4e9c5.tar.bz2
puppet-bafdc0d1e2cd17cbf039df1ccbdc7de912c4e9c5.tar.xz
puppet-bafdc0d1e2cd17cbf039df1ccbdc7de912c4e9c5.zip
manage configuration of the list after creating the list
Diffstat (limited to 'modules/sympa/templates/config')
-rw-r--r--modules/sympa/templates/config87
1 files changed, 87 insertions, 0 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config
new file mode 100644
index 00000000..177e963d
--- /dev/null
+++ b/modules/sympa/templates/config
@@ -0,0 +1,87 @@
+subject <%= subject %>
+
+status open
+
+visibility noconceal
+
+lang <%= language %>
+
+<% if subscriber_ldap_group %>
+# TODO check scenari
+subscribe closed
+unsubscribe closed
+<% else %>
+subscribe open_web_only_notify
+unsubscribe open_web_only_notify
+<% end %>
+
+# TODO reception nomail
+# profile normal
+owner_include
+source mga-sysadm
+reception nomail
+profile normal
+
+editor_include
+source mga-ml_moderators
+reception nomail
+profile normal
+
+
+<% if reply_to %>
+# TODO
+reply_to_header
+value other_email
+other_email <%= reply_to %>
+apply forced
+<% end %>
+
+
+
+<% if sender_email %>
+#TODO write scenari
+send restricted_<%= sender_email %>
+
+<% elsif sender_ldap_group %>
+#TODO write scenari
+send restricted_<%= sender_ldap_group %>
+
+<% else %>
+#TODO write scenari
+send subscriber_moderated
+
+<% end %>
+
+
+#TODO topics
+# topics
+
+<% if subscriber_ldap_group %>
+include_ldap_query
+ host ldap.<% domain %>
+ suffix ou=People,<%= dc_suffix %>
+ timeout 10
+ filter (memberOf=<%= subscriber_ldap_group %>))
+ attrs mail
+ select first
+ scope one
+<% end %>
+
+web_archive
+
+<% if public_archive %>
+#TODO check
+access public
+<% else %>
+#TODO check
+access private
+<% end %>
+archive
+access owner
+period month
+
+digest 1,4 13:26
+
+review owner
+
+