Skip to Content.
Sympa Menu

en - Sympa 3.3.5 problems

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: John Douglass <address@concealed>
  • To: sympa-users <address@concealed>
  • Subject: Sympa 3.3.5 problems
  • Date: Thu, 22 Aug 2002 14:20:12 -0500

Got a couple of strange ones :)

1) Shouldn't owners be able to
a) View list information regardless? (I have a list I am priv owner and says: " info : you are not allowed to perform this action")
b) Remove list?

from the template it seems that (i'm not an expert at this) (admin_menu.tpl)

<FONT size="-1" COLOR="[bg_color]"><b>Restore list</b></font>
[ENDIF]
<!-- [ELSIF is_listmaster] commented this one out and put in -->
[ELSIF is_owner]
<A HREF="[path_cgi]/close_list/[list]" onClick="request_confirm_link('[path_cgi]/close_list/[list]', 'Are you sure you wish to close [list] list ?');
return false;"><FONT size=-1><b>Remove list</b></font></A>
[ELSIF is_listmaster]
<A HREF="[path_cgi]/close_list/[list]" onClick="request_confirm_link('[path_cgi]/close_list/[list]', 'Are you sure you wish to close [list] list ?');
return false;"><FONT size=-1><b>Remove list</b></font></A>
[ENDIF]

also in wwsympa.fcgi
-----
sub do_close_list {
&wwslog('info', 'do_close_list_request()');
-# unless ($param->{'is_listmaster'}) { #
+ unless($param->{'is_owner'} || $param->{'is_listmaster'}) {
&error_message('may_not');
&wwslog('info','do_close_list: not listmaster or owner');
return undef;
}
-----

I'm also having a problem for LDAP + MySQL. It seems that if a person is in LDAP, the "Send me a password" when you enter in their e-mail address, has a template error. Was there intention to allow a special "You are in LDAP, use your LDAP password, silly user" template response? For those only in MySQL it works like a charm.

- John Douglass, Georgia Tech






  • Sympa 3.3.5 problems, John Douglass, 08/22/2002

Archive powered by MHonArc 2.6.19+.

Top of Page