Skip to Content.
Sympa Menu

en - Re: [sympa-users] scenari file for limiting list creation

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Muhammed Sameer <address@concealed>
  • To: "address@concealed" <address@concealed>, Omen Wild <address@concealed>
  • Subject: Re: [sympa-users] scenari file for limiting list creation
  • Date: Sat, 9 Jan 2010 06:59:50 -0800 (PST)

Hey,

Test yourself <smile>!

Regards,
Muhammed Sameer

--- On Wed, 12/9/09, Omen Wild <address@concealed> wrote:

> From: Omen Wild <address@concealed>
> Subject: [sympa-users] scenari file for limiting list creation
> To: "address@concealed" <address@concealed>
> Date: Wednesday, December 9, 2009, 4:07 PM
> We could like to limit list creation
> to people who have campus email
> addresses.  I put together the following scenari file
> and would
> appreciate it if sympa experts could look it over to make
> sure it will
> work properly.
>
> ----- Begin scenari file -----
> title.gettext anyone with a UC Davis email address
>
> ### Global listmasters are allowed to create lists
> is_listmaster([sender])         
>   md5,smime -> do_it
>
> ### Anyone with a UCD email address is allowed to create
> lists with validation
> match([sender],/[@.]ucdavis\.edu$/)   
> smtp,smime,md5    -> listmaster,notify
>
> true()             
>            
>    smtp,md5,smime ->
> reject(reason='create_list_local_user')
> ----- End scenari file -----
>
> The way I read that is:
> If you are a listmaster, create without asking questions.
> If you have a UCD email address, the listmaster must
> validate.
> Otherwise, reject.
>
> create_list.intranet had the following line:
> match([sender],/[conf->host]$/)    md5,smime
> -> listmaster,notify
>
> I am not sure exactly what that does and if I need it.
>
> Thanks,
>    Omen
>
> --
> Omen Wild
> Security Administrator
> University of California, Davis
>






  • Re: [sympa-users] scenari file for limiting list creation, Muhammed Sameer, 01/09/2010

Archive powered by MHonArc 2.6.19+.

Top of Page