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: Steve Shipway <address@concealed>
  • To: "address@concealed" <address@concealed>
  • Subject: Re: [sympa-users] who can send messages - scenari
  • Date: Wed, 8 Jul 2020 21:18:59 +0000

On Wed, 2020-07-08 at 19:52 +0000, McLaren, Terry wrote:
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

If 'auth-poster' is the name of a list, and not a variable, shouldn't that line be instead:

is_subscriber('auth-poster',[sender]) smtp,dkim,smime,md5 -> do_it

We used a similar method back at my previous employer to allow a department to manage the access control of their own lists via a special admin list. It would possibly be easier and clearer, though, to configure your lists to have editors defined by membership of this list as editors can normally post

Steve

-- 
Steve Shipway | Senior Email Systems Administrator 
Phone: +64 9 302 0515 Fax: +64 9 302 0518 
Freephone: 0800 SMX SMX (769 769) 
SMX Limited: Level 10, 19 Victoria Street West, Auckland, New Zealand 
Web: http://smxemail.com 




Archive powered by MHonArc 2.6.19+.

Top of Page