Skip to Content.
Sympa Menu

en - Re: [sympa-users] per user moderation

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: David Verdin <address@concealed>
  • To: Czakó Krisztián <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] per user moderation
  • Date: Fri, 25 Jan 2008 14:32:25 +0100

Hi,

Czakó Krisztián a écrit :
Hello,

Is it possible to do somehow per user moderation of subscriber's posts?
Sure ! Using subscribers and another list.

I'd like to implement something similar available in mailman:
- a boolean flag for all subscribers (ok, I can add a boolean field to
the subscribers table) to enable/disbale moderation
- on a non-moderated list, when moderation is enabled for a user, hold
the user's post and notify editors/moderators (just like in a moderated
list), all other user's post go to the list directly
- the moderation flag should be switchable by owner/editor/moderator
only (on the web interface)
Just create another list (moderated-user@yourdomain for example) on which you put the users you want to be moderated.
Then add a line such as this one in your "send" scenario:
is_subscriber('moderated-user@yourdomain',[sender]) smtp editor

Then by adding or removing users in the list, you moderate or not their mails.

Regards,
Is it possible to implement this with scenarios and additional database
fields with some configuration, or is it only possible by modifying the
program itself?

Regards,
Krisztian

--
David Verdin
Comité réseau des universités




Archive powered by MHonArc 2.6.19+.

Top of Page