Skip to Content.
Sympa Menu

en - RE: [sympa-users] RE: 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: <address@concealed>
  • Subject: RE: [sympa-users] RE: Re: moderation per list per user (is working, but needs administrative interface).
  • Date: Fri, 15 Nov 2002 16:27:02 -0600

Ok... I figured out how to apply the patch...


But, when you update a user, and this problem existed prior to the patch,
after you click update, it goes to the list info screen, it would be better
if it when back to the page that the users were listed on that I orifinally
came from... Currently, you have to go back through 3-4 menues to get back
where you where... and if a list has several hundred, or several thousand
users - this could be a major hassle...

Eric

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


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