Subject: The mailing list for listmasters using Sympa
List archive
- From: Steve Shipway <address@concealed>
- To: Giuseppe Giacomini <address@concealed>, "address@concealed" <address@concealed>
- Subject: RE: [sympa-users] making a reply only list
- Date: Tue, 11 Feb 2014 22:38:58 +0000
I think you could achieve this by making a custom send scenario that checks the message headers for the In-Reply-To header or similar.
For example, consider this send scenario:
title.gettext Allow posting by listmaster, owner or moderator; or replies from subscribers is_listmaster ([sender]) smtp,dkim,smime,md5 -> do_it is_owner ([listname],[sender]) smtp,dkim,smime,md5 -> do_it is_editor ([listname],[sender]) smtp,dkim,smime,md5 -> do_it ! is_subscriber ([listname],[sender]) smtp,dkim,smime,md5 -> reject(reason=”Not subscriber”) equal([header->In-Reply-To],””) smtp,dkim,smime,md5 -> reject(reason=”Not a reply”) true() smtp,dkim,smime,md5 -> do_it
Of course, you might like to put in a bit more logic, such as queueing posts for moderation if they are not SMIME signed rather than just posting, but this send scenario should do the trick.
Alternatively, if you want the subscribers’ replies to go to the moderator directly and not to the list, then just edit the list config to have reply to Sender rather than reply to list, and you don’t need to grant subscribers posting rights at all.
Steve
Steve Shipway address@concealed
From: address@concealed [mailto:address@concealed] On Behalf Of Giuseppe Giacomini
Hello Sympa users, So subscribers cannot post new message to the list, only reply to message already posted by moderators.
Is there a way to do this? Thank you
|
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
-
[sympa-users] making a reply only list,
Giuseppe Giacomini, 02/11/2014
- RE: [sympa-users] making a reply only list, Steve Shipway, 02/11/2014
Archive powered by MHonArc 2.6.19+.