Skip to Content.
Sympa Menu

en - Re: [sympa-users] who can send messages - scenari

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Antonio Casado <address@concealed>
  • To: "McLaren, Terry" <address@concealed>
  • Cc: "address@concealed" <address@concealed>
  • Subject: Re: [sympa-users] who can send messages - scenari
  • Date: Thu, 9 Jul 2020 12:13:39 +0200

Hi,

Try:
is_subscriber('listname',[sender])             smtp,dkim,smime,md5    -> do_it
is_editor([listname],[sender])                 smtp,dkim,smime,md5    -> do_it
is_owner([listname],[sender])                  smtp,dkim,smime,md5    -> do_it
true()       smtp,dkim,md5,smime    -> reject,quiet  

Bye

El mié., 8 jul. 2020 a las 21:53, McLaren, Terry (<address@concealed>) escribió:

I have a request to allow a list of ‘authorized posters’ to post to other mail lists so I created a new who can send scenari:

---

title.gettext Authorized Posters

is_subscriber([auth-poster],[sender])             smtp,dkim,smime,md5    -> do_it
is_editor([listname],[sender])                 smtp,dkim,smime,md5    -> do_it
is_owner([listname],[sender])                  smtp,dkim,smime,md5    -> do_it
true()       smtp,dkim,md5,smime    -> reject,quiet

---

 

This “who can send” scenai is defined in the mail-test list so only members of the ‘auth-poster’ list and the owner/moderators of mail-test can post to mail-test.  

08 Jul 2020 14:26:15

ml-test

DoMessage

CAL71XP37aM5X=address@concealed

Other events

success

It seemed to work fine and successfully generated the DoMessage event in the log AND the subscribers of ‘mail-test’ received the message sent from a member auth-poster.   However, the server also had a fit and sent out a bunch of errors to the listmaster like:

 

-----

From: SYMPA <address@concealed>
Sent: Wednesday, July 08, 2020 2:29 PM
To: Listmaster <address@concealed>
Subject: Listmaster / error-performing-condition

 

ml-test  is_subscriber([auth-poster],[sender])

----

 

Is there a better way to achieve this ‘authorized poster’ scenario that can be applied across multiple target lists?

 

Thanks,

 

Terry McLaren

 

PS>  v6.1.23



--
Antonio Casado Rodríguez
Administrador de Servicios de Red y Seguridad TIC
Área de Comunicaciones
STIC (Servicio de las Tecnologías de la Información y las Comunicaciones)
UNIVERSIDAD DE ALMERÍA

Puede consultar la información adicional sobre confidencialidad de este email y protección de datos en nuestra página web http://www.ual.es/lopd-email
 - Responsable del Tratamiento: Universidad de Almería
 - Finalidad: Atender y dar respuesta a su petición o consulta y mantener los contactos y relaciones que se produzcan como consecuencia de la misma.
 - Derechos: Para el ejercicio de derechos de protección de datos diríjase a: http://www.ual.es/lopd-derechos



Archive powered by MHonArc 2.6.19+.

Top of Page