Skip to Content.
Sympa Menu

en - [en@sympa] Problem when creating a list in a family

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Mathieu Roquefort <address@concealed>
  • To: "address@concealed" <address@concealed>
  • Subject: [en@sympa] Problem when creating a list in a family
  • Date: Tue, 19 Mar 2024 12:54:28 +0000

Hello,

 

For some time now, we’ve had a problem when creating a new list in a family : the owners specified in the XML file are not added to the list.

 

All our lists are managed by families.

We create them with the following command :

sympa.pl --add_list myFamily --input_file /etc/sympa/creation/instanciationFile.xml

 

The file instanciationfile.xml contains the list definition, where the part for owners is the following :

<owner multiple="1">

<email>address@concealed</email>

<gecos>Name</gecos>

<profile>privileged</profile>

<reception>nomail</reception>

<visibility>noconceal</visibility>

     </owner>

     …

 

And in the config.tt2 file of the family, we have this :

[% FOREACH o = owner -%]

owner

  email [% o.email %]  

  [% IF o.gecos -%] 

  gecos [% o.gecos %]

  [% END -%]

  [% IF o.profile -%] 

  profile [% o.profile %]

  [% END -%]

  [% IF o.reception -%] 

  reception [% o.reception %]

  [% END -%]

  [% IF o.visibility -%] 

  visibility [% o.visibility %]

  [% END -%]

 

[% END -%]

 

Once the family is created, it has no owner. We don’t understand what could cause this problem. Especially because we do the same thing for editors, and they are present.

We use Sympa 6.2.70.

 

Thanks for your help,

LogoSPFrond1x1@300dpi_bb0cf165-2799-4fcd-9f51-154c26c32dd5.png
Mathieu Roquefort
Chef de projet internet
Secours populaire français
Tél. : 33 (0)6 07 11 69 01
9/11 rue Froissart - 75140 Paris cedex 03
secourspopulaire.fr


icon_Facebook_d189753e-7f56-45be-bac8-70e72c2b1556.png icon_TWT_71eb1aa7-700c-44b8-b6aa-8b4a5c7b707f.png Icon_Linkedin_45b7cb06-c7b9-4b30-afff-e92f931f3fae.png icon_YTB_ccb4ed1a-d2d1-431c-869a-a8a8d73fa498.png icon_Insta_d853e84a-5ac1-4e29-89cb-e2e177e3bc9b.png

banniere_b9424569-4cc9-4c36-86ef-a3c592e63a3c.png



  • [en@sympa] Problem when creating a list in a family, Mathieu Roquefort, 03/19/2024

Archive powered by MHonArc 2.6.19+.

Top of Page