Skip to Content.
Sympa Menu

en - RE: [sympa-users] Stupid question

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Eric Sandquist" <address@concealed>
  • To: <address@concealed>, <address@concealed>
  • Subject: RE: [sympa-users] Stupid question
  • Date: Thu, 27 Mar 2003 12:29:42 -0600

Check the archives on this one... There is a patch called
additional_fields.patch, check the CVS tree, which allows for the editing of
additional fields in the user info... I created a field for the
subscriber_table called subscriber_moderated type enum (yes, no, ban)..
default is no....

I then modified the all the send scenari to include a rule for this..

equal([subscriber->subscriber_moderated],'yes') smtp,smime,md5 ->
editorkey
is_subscriber(moderation,[sender]) smtp,smime,md5 -> editorkey
is_subscriber(banned,[sender]) smtp,smime,md5 ->reject
equal([subscriber->subscriber_moderated],'ban') smtp,smime,md5 -> reject
true() smtp,smime,md5 -> do_it

Now you have a web interface for setting specific users to a moderated or
ban status...

I am actually suprised this wasn't incorporated into the current release...
:(
I had to modify the wws_template files by hand after my upgrade from 3.4.2
to 3.4.3.1

Eric



-----Original Message-----
From: address@concealed [mailto:address@concealed]
Sent: Thursday, March 27, 2003 1:59 AM
To: address@concealed
Subject: [sympa-users] Stupid question


Hello All!

Have a stupid question. How restrict posting messages a some subscribers in
sympa?
Such moderatorial.

Have a nice day!



  • Stupid question, kick, 03/27/2003
    • RE: [sympa-users] Stupid question, Eric Sandquist, 03/27/2003

Archive powered by MHonArc 2.6.19+.

Top of Page