aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/config
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sympa/templates/config')
-rw-r--r--modules/sympa/templates/config10
1 files changed, 2 insertions, 8 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config
index 36510531..47a91f14 100644
--- a/modules/sympa/templates/config
+++ b/modules/sympa/templates/config
@@ -52,16 +52,10 @@ apply forced
-<% if sender_email %>
-#TODO write scenari
-send restricted_<%= sender_email_file %>
-
-<% elsif sender_ldap_group %>
-#TODO write scenari
-send restricted_<%= sender_ldap_group %>
+<% if sender_email || sender_ldap_group %>
+send restricted_<%= @name %>
<% else %>
-#TODO write scenari
send subscriber_moderated
<% end %>