Skip to Content.
Sympa Menu

en - [sympa-users] subscription management fails in 6.2.15

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Kissman, Paul (BLC)" <address@concealed>
  • To: "address@concealed" <address@concealed>
  • Subject: [sympa-users] subscription management fails in 6.2.15
  • Date: Fri, 20 May 2016 16:51:18 +0000

Is anyone having trouble with adding (or ignoring) Subscription requests as a listowner or listadmin through the wwsympa subindex page.

 

I am finding that the form you see when you go to:

 

http://my.org.tld/sympa/subindex/listname  does nothing.

 

For each  user requesting to subscribe, it presents a checkbox, their email and their user name (gecos).

It gives you the toggle the checkboxes, add the selected addresses, or ignore them.

 

The form does nothing when you submit.  It just repaints.

 

Looking a little further ,  I see that the checkboxes have no value, so there is nothing to act on:

 

<input name="id" value="" type="checkbox">

 

Looking at the subindex web template   at sympa/default/web_tt2/subindex.tt,  I see:

 

<td>

<input type="checkbox" name="id" value="[% sub.key %]" />

</td>

 

Looking at wwsympa.fcgi,  it looks like the sub.key comes from the do_subindex function which is trying to stuff $request->{authkey} into it.

 

The missing $request->authkey seems like it should be coming out Sympa::Spool::Auth, which processes the subscription request sitting in your spool.

 

Which lives in your queuesubscribe directory, as defined in sympa.conf.

 

So, for instance, I have a file in there that look like this:

 

rw-r-----  1 sympa sympa      97 May 19 11:30 1463671836,address@concealed,address@concealed,add

 

So, that means this should be the request key “7f97c963c69bf99a”, right?

 

Can anyone help figure out why this is all failing?

 

pjk

 

Paul J. Kissman

Library Information Systems Specialist

Massachusetts Board of Library Commissioners

98 N. Washington St., Suite 401

Boston, MA  02114

address@concealed

mass.gov/mblc or mblc.state.ma.us

Phone: (617)725-1860 . (800)952-7403 (in-state)

Fax: (617)725-0140

 



  • [sympa-users] subscription management fails in 6.2.15, Kissman, Paul (BLC), 05/20/2016

Archive powered by MHonArc 2.6.19+.

Top of Page