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: Bobby Mitchell <address@concealed>
  • To: Olivier Salaün <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Re: Re: Instantiate a Family Without Shared Documents
  • Date: Thu, 18 Oct 2007 10:20:57 -0400

Sympa is creating a shared directory for a new list that does not have any folders previously created. I created a list called anothertest and ls -l shows when these dirs were created. Is there a way to stop Sympa from creating the shared folder?

[root@sympa01 ~]# cd /home/sympa/expl/anothertest/
[root@sympa01 anothertest]# ls -l
total 24
-rw-r----- 1 sympa sympa 510 2007-10-18 10:16 config
-rw-r----- 1 sympa sympa 0 2007-10-18 10:16 config.lock
-rw-r----- 1 sympa sympa 10 2007-10-18 10:16 include_admin_user.lock
-rw-r----- 1 sympa sympa 12 2007-10-18 10:16 info
drwxr-x--- 2 sympa sympa 4096 2007-10-18 10:16 shared
-rw-r----- 1 sympa sympa 23 2007-10-18 10:16 stats
-rw-r----- 1 sympa sympa 5 2007-10-18 10:16 stats.lock
[root@sympa01 anothertest]#

Thanks again,
Bobby

Olivier Salaün wrote:
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.






--
Robert (Bobby) Mitchell Systems Engineer
404-572-1925





Archive powered by MHonArc 2.6.19+.

Top of Page