Skip to Content.
Sympa Menu

en - Re: [sympa-users] Re: Re: Instantiate a Family Without Shared Documents

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaün <address@concealed>
  • To: Bobby Mitchell <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Re: Re: Instantiate a Family Without Shared Documents
  • Date: Thu, 18 Oct 2007 11:15:39 +0200

Note that if your list already exists AND if shared/ subdirectory exists for the list, then sympa web interface will add a link to the shared documents though your list has no shared_doc parameter set.

Note also that a list privileged owner can create a shared document space through the list admin menus ; Sympa does not provide a way to disable this feature. If you wish to fully disable the shared documents features you'll have to customize web templates to hide the feature.

Bobby Mitchell a écrit :
Thank you very much for the quick response.

I also did a find to show that I have removed all other config.tt2 files.

[root@sympa01 sympa]# find /home/sympa -iname 'config.tt2'
/home/sympa/etc/lists.coxnewsweb.com/families/coxnet/config.tt2
/home/sympa/etc/create_list_templates/coxnet/config.tt2
[root@sympa01 sympa]# ls -l /home/sympa/etc/create_list_templates/coxnet/config.tt2
-r--r--r-- 1 sympa sympa 671 2007-10-16 13:33 /home/sympa/etc/create_list_templates/coxnet/config.tt2
[root@sympa01 sympa]# ls -l /home/sympa/etc/lists.coxnewsweb.com/families/coxnet/config.tt2
lrwxrwxrwx 1 sympa sympa 55 2007-10-16 10:27 /home/sympa/etc/lists.coxnewsweb.com/families/coxnet/config.tt2 -> /home/sympa/etc/create_list_templates/coxnet/config.tt2

<config.tt2>
subject [% subject %]

status [% status %]

[% IF topics -%]
topics [% topics %]
[% END %]

visibility noconceal

send private

web_archive
access private

archive
period month
access owner

clean_delay_queuemod 15

reply_to_header
value list

subscribe auth

unsubscribe open,notify

review private

invite default

custom_subject [% listname %]

digest 5 20:56

[% FOREACH o = owner -%]
owner
email [% o.email %]
profile privileged
[% IF o.gecos -%]
gecos [% o.gecos %]
[% END %]

[% END %]

[% IF editor -%]
[% FOREACH e = editor -%]
editor
email [% e.email %]

[% END %]
[% END %]

family_name coxnet

pictures_feature on

verp_rate null

serial 0

</config.tt2>

<instance.xml>
<?xml version="1.0"?>
<list>
<listname>MHE</listname>
<subject>MHE Discussion List</subject>
<description/>
<type>coxnet</type>
<owner multiple="1">
<email>address@concealed</email>
</owner>
<editor multiple="1">
<email>address@concealed</email>
</editor>
<lang>en_US</lang>
</list>
</instance.xml>

BTW, I'm very impressed with Sympa.

Thanks,
Bobby


Olivier Salaün wrote:
The behavior you describe is strange because the "shared documents" space is opened only if the related "shared_doc" parameter is set.

To help you understand what goes wrong, you should provide both the config.tt2 and the created list config file.







Archive powered by MHonArc 2.6.19+.

Top of Page