Skip to Content.
Sympa Menu

en - RE: [sympa-users] Re: moderation per list per user (is working, but needs administrative interface).

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Eric Sandquist" <address@concealed>
  • To: "Olivier Salaun - CRU" <address@concealed>
  • Cc: <address@concealed>
  • Subject: RE: [sympa-users] Re: moderation per list per user (is working, but needs administrative interface).
  • Date: Fri, 15 Nov 2002 10:56:03 -0600

Wow, this is great... (this may seem to be a dumb question, but I've not had
to do it before and the archives are revealing nothing)how do I apply the
patch? I am using Sympa 3.4.2...

Thanks,

Eric

-----Original Message-----
From: Olivier Salaun - CRU [mailto:address@concealed]
Sent: Friday, November 15, 2002 3:48 AM
To: Eric Sandquist
Cc: address@concealed
Subject: [sympa-users] Re: moderation per list per user (is working, but
needs administrative interface).


Hi Eric,

Just a reminder for those who don't know the ability of Sympa to use
additional DB fields :
http://www.sympa.org/doc/sympa/node8.html#SECTION00860000000000000000

We have added the feature you asked for, a patch is attached.
The DB fields listed as 'db_additional_subscriber_fields' can now be edited
in
editsubscriber page. If field type is ENUM, a drop-down menu is proposed.
This will only work with MySQL though (since I don't know how to access
fields types with other RDBMS).

Eric Sandquist wrote:
> In order to facilitate individual user moderation on specific lists, I
> added subscriber_moderation enum(yes<default>, no, ban) to the
> subscriber_table. I then added the new field to /etc/sympa.conf.
>
> In the send.public scenarii I added this rule to the top of the rules:
>
> equal([subscriber->subscriber_moderated],'yes') smtp,smime,md5 ->
> editorkey
> equal([subscriber->subscriber_moderated],'ban') smtp,smime,md5 ->
reject
> This seems to be working great... but there is no web-based
> administration from sympa...
>
> Is there a way to modify the editsubscriber.tpl to include a radio
> button or drop down list for modifying individual users? Or even
> better, can we incorporate a new page which lists all users for that
> list with the ability to modify that field for that list.... maybe even
> include it in the page that lists all the users ( since the field shows
> up there anyway). Perhaps, I should be developing this mod myself, but
> time is not permitting me right now... Any help? Else, the rest of
> this mod will have to wait a few more weeks... :(


--
Olivier Salaun
Comite Reseau des Universites




Archive powered by MHonArc 2.6.19+.

Top of Page