Skip to Content.
Sympa Menu

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

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Daniel Black <address@concealed>
  • To: address@concealed, Matthias Warkus <address@concealed>
  • Subject: Re: [sympa-users] Allow subscribers of lists a,b,c,... to post on list z?
  • Date: Wed, 30 Sep 2009 14:52:04 +1000

On Tuesday 29 September 2009 19:28:03 Matthias Warkus wrote:
> Hi,
>
> is there a simple and generalisable way of allowing all of the
> subscribers of several lists to post on some other list without making
> them receive messages from them? This would require
> a) some kind of loop construction in scenario files or
> b) include_list statements configurable so as to include addresses in
> nomail mode.
>
> Am I overlooking something?
>
> Thanks,
> M.W.

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

This assumes all the lists have the same reception mode. If not look at
Scenario inclusion on http://www.sympa.org/manual/authorization-scenarios

--
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