Skip to Content.
Sympa Menu

en - Re: [sympa-users] create list restrictions

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Serge Aumont <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] create list restrictions
  • Date: Mon, 03 Jan 2011 12:03:58 +0100

Le 31/12/10 19:45, Riccardo Veraldi a écrit :
Hello,
the default scenarios for create list button in the wwsympa page is create_list.listmaster and create_list.public_listmaster

I would like that create list button could appear only for authenticated users.

Normally it appears for everyone using the public_listmaster scenario or appears only for listmaster

is there a scenario ready to use for my purpouse ?
Not yet, but it is very easy to do. You just need to test in a custom scenario if "[sender]" is "nobody" . This can done with the following rule :

!equal([sender],'nobody') smtp,dkim,smime,md5 -> do_it

The scenario "topics_visibility.identified" is very near of what you need. Copy this file to ~sympa/etc/scenari/create_list.identified ; it should be enough.

Serge




  • Re: [sympa-users] create list restrictions, Serge Aumont, 01/03/2011

Archive powered by MHonArc 2.6.19+.

Top of Page