Skip to Content.
Sympa Menu

en - Re: [sympa-users] Allow subscribers of lists a,b,c,... to post on

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Daniel Black <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] Allow subscribers of lists a,b,c,... to post on
  • Date: Wed, 30 Sep 2009 20:13:07 +1000

On Wednesday 30 September 2009 17:08:16 Matthias Warkus wrote:
> Am Mittwoch, den 30.09.2009, 14:52 +1000 schrieb Daniel Black:
> > The way is to edit the scenario for the list potentially globally.
> > Assuming you have a discussion list your scenario will look like:
> >
> > title.gettext Private, confirmation for non subscribers, no bcc
> >
> > equal([is_bcc],1) smtp,md5 -> reject
> > true() md5,smime -> do_it
> > is_subscriber([listname],[sender]) smtp -> do_it
> > true() smtp -> request_auth
> >
> > (Admin -> Edit List Config -> Sending/Reception - top option -> scenario
> > source button on the top right)
> >
> > add extra lines like:
> > is_subscriber(funkylist1,[sender]) smtp -> do_it
> > is_subscriber(funkylist2,[sender]) smtp -> do_it
> > is_subscriber(specialtopiclist,[sender]) smtp -> do_it
>
> Yes, this is what we ended up doing, but it's what I wanted to avoid,
> because it requires a custom scenario for each list with such a setup.

Just make an overall include file for all the is_subscriber lists and don't
worry about if you duplicate a rule. Make the include part of the system
scenario file.

I may be missing something however I think if you've consider these your
doing
the best possibel.


--
Daniel Black
Infrastructure Administrator
CAcert

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.19+.

Top of Page