Skip to Content.
Sympa Menu

en - Re: [sympa-users] Sceneri: Restrict list master from archives

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Muhammed Sameer <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] Sceneri: Restrict list master from archives
  • Date: Wed, 27 May 2009 23:04:34 -0700 (PDT)


Salaam,

The correct sceneri is thus

is_listmaster([sender]) md5,smime -> reject
is_owner([listname],[sender]) md5,smime -> do_it
is_subscriber([listname],[sender]) md5,smime -> do_it
true() md5,smime ->reject


Regards,
Muhammed Sameer

--- On Wed, 5/27/09, Muhammed Sameer <address@concealed> wrote:

> From: Muhammed Sameer <address@concealed>
> Subject: Re: [sympa-users] Sceneri: Restrict list master from archives
> To: "Muhammed Sameer" <address@concealed>
> Date: Wednesday, May 27, 2009, 3:21 AM
>
> Salaam,
>
> Sorry there are some symtax error is the previos sceneris,
> I rectified and finally tested this out
>
> is_listmaster([listname])       
> md5,smime  -> reject
> is_owner([listname],[sender])  md5,smime  ->
> do_it
> is_subscriber([listname],[sender])  md5,smime 
> -> do_it
> true()             
>        
>    md5,smime  -> reject
>
> But the above still gives access to the listmaster to the
> archives
>
> Then I tested this , and this also allows the list master
> to access the archives.
>
> is_owner([listname],[sender])  md5,smime  ->
> do_it
> is_subscriber([listname],[sender])  md5,smime 
> -> do_it
> true()             
>        
>    md5,smime  -> reject
>
>
> Can someone please point out where I may be missing
> something ?
>
> Thanks In advance.
>
> Regards,
> Muhammed Sameer
> --- On Tue, 5/26/09, Muhammed Sameer <address@concealed>
> wrote:
>
> > From: Muhammed Sameer <address@concealed>
> > Subject: [sympa-users] Sceneri: Restrict list master
> from archives
> > To: "sympa list" <address@concealed>
> > Date: Tuesday, May 26, 2009, 4:34 PM
> >
> > Salaam,
> >
> > In my sceneri file for the archives I am trying to
> restrict
> > the listmaster from viewing the archives, thus this is
> what
> > I have made
> >
> > is_owner([listname],[sender])  md5,smime  ->
> > do_it
> > is_subscriber([listname],[sender])  md5,smime 
> > -> do_it
> > true()             
> >        
> >    md5,smime  -> reject
> >
> > Surprisingly, the list master is still able to view
> the
> > archives, On the other hand if I do this, it still
> allows
> > access
> >
> > is_listmaster([listname])       
> > md5,smime  -> reject
> > is_owner([listname],[sender])  md5,smime  ->
> > do_it
> > is_subscriber([listname],[sender])  md5,smime 
> > -> do_it
> > true()             
> >        
> >    md5,smime  -> reject
> >
> >
> > So when I finally did this , the access stopped
> >
> > is_listmaster([listname],[sender])     
> >   md5,smime  -> reject
> > is_owner([listname],[sender])  md5,smime  ->
> > do_it
> > is_subscriber([listname],[sender])  md5,smime 
> > -> do_it
> > true()             
> >        
> >    md5,smime  -> reject
> >
> >
> > But when I made it like this, the access became open
> again
> >
> > is_owner([listname],[sender])  md5,smime  ->
> > do_it
> > is_listmaster([listname],[sender])     
> >   md5,smime  -> reject
> > is_subscriber([listname],[sender])  md5,smime 
> > -> do_it
> > true()             
> >        
> >    md5,smime  -> reject
> >
> >
> > I checked and the listmaster is not the owner of this
> list
> > neither is the listmaster the subscriber, According to
> my
> > understanding
> > All the above sceneris should have banned access to
> the
> > list master, but this is not happeing save in one
> sceneri .
> > I am using md5 based auth
> >
> > Can someone please point out what I may be missing ?
> >
> > Thanks in advance.
> >
> > Regards,
> > Muhammed Sameer
>
> >
> >
> >
> >      
> >
>
>
>
>







Archive powered by MHonArc 2.6.19+.

Top of Page