Skip to Content.
Sympa Menu

en - [sympa-users] Re: Users from a DB

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Gwenaelle Bouteille <address@concealed>
  • To: Daniel Cortes <address@concealed>
  • Cc: address@concealed
  • Subject: [sympa-users] Re: Users from a DB
  • Date: Mon, 11 Apr 2005 14:41:44 +0200

Daniel Cortes wrote:

<?xml version="1.0" ?>
<list>
<listname>Prueba</listname>
<subject>Lista de Prueba</subject>
<status>open</status>
<shared_edit>editor</shared_edit>
<languaje>es</languaje>
<description>Una lista de prueba</description>
<owner>

<owner_include> instead of <owner>

<source>owner.inc</source>

the file name must be owner.incl instead of owner.inc

</owner_include>
<editor_include>
<source>editors.inc</source>

the file name must be editor.incl instead of owner.inc

</editor>
<user_include>
<source>users.inc</source>
</user_include>

for users it is different : the sql query is in the config file, what you made before was good. The data inclusion file is only for owners and editors
you can see an exemple on http://www.sympa.org/doc/html/node274.html

</list>

and in every .inc I have the sql querry true?

You have the sql querry in every data inclusion file (for owners and editors)



Archive powered by MHonArc 2.6.19+.

Top of Page