diff options
Diffstat (limited to 'modules/sympa/templates/config')
-rw-r--r-- | modules/sympa/templates/config | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index ccf2fff9..4262f3ca 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -2,7 +2,7 @@ archive period month mail_access owner -<%- if public_archive -%> +<%- if public_archive and not @critical -%> web_access public <%- else -%> web_access private @@ -38,6 +38,16 @@ subject <%= subject %> custom_subject <%= custom_subject %> +<%- if @critical -%> +info conceal + +subscribe auth owner + +unsubscribe auth_notify + +invite owner +<% end %> + lang <%= language %> owner |