Skip to Content.
Sympa Menu

en - Re: [sympa-users] Creatng a Scenarios that requests confirmation from the onwer

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Serge Aumont <address@concealed>
  • To: address@concealed, Sympa Users <address@concealed>
  • Subject: Re: [sympa-users] Creatng a Scenarios that requests confirmation from the onwer
  • Date: Mon, 19 Jul 2004 19:46:54 +0200

address@concealed a écrit :

I'm trying to create a list that only the owners can send to that also
requests confirmation from the single owner that sent the message. I don't
want the request to go to the other owners. I want it to send a reject
message to any non-owner that tries to send.

Below is what I'm trying to get to work.

!is_editor([listname],[sender]) smtp -> reject
is_editor([listname],[sender]) smtp -> request_auth
is_editor([listname],[sender]) md5,smime -> do_it


Scott Hayes

This scenario look good. In current version scenario are not dynamically loaded by sympa when editing them, so you must restart sympa.pl or change the scenario name (that would force scenario load).

In addition you must known that the listmaster is owner of all the list so the first rule will not match if sender is listmaster. At teh beginning this was a feature :-) but now we assume it as a bug.

Hope this help.



  • Re: [sympa-users] Creatng a Scenarios that requests confirmation from the onwer, Serge Aumont, 07/19/2004

Archive powered by MHonArc 2.6.19+.

Top of Page