Re: [Mailman-Users] POST problem fixed!

2018-08-05 Thread Mark Sapiro
On 08/05/2018 09:10 AM, Bernie Cosell wrote: >> I discovered, after much mucking around, that the problem >> is that Mailman requires all of the form fields to be >> submitted. > > Just a footnote to this: If you have a big list and you're trying to, say, > change the 'nomail' setting via the

Re: [Mailman-Users] POST problem fixed!

2018-08-05 Thread Mark Sapiro
On 08/05/2018 04:09 AM, Bernie Cosell wrote: > I discovered, after much mucking around, that the problem is that > Mailman requires all of the form fields to be submitted. So unsubscribing > with just > > @fields = ( unsubscribees => "$email", > setmemberopts_btn =>

Re: [Mailman-Users] Automatic web subscription format

2018-08-05 Thread Mark Sapiro
On 08/05/2018 01:54 AM, Jason Wandel wrote: > > Yes, it's on cPanel... But I would've thought it would still be a standard > mm install in the back end??? cPanel modifies Mailman, mostly to support their appending of '_domain' to list names to avoid name collisions between different domains. The

Re: [Mailman-Users] POST problem fixed!

2018-08-05 Thread Bernie Cosell
> I discovered, after much mucking around, that the problem > is that Mailman requires all of the form fields to be > submitted. Just a footnote to this: If you have a big list and you're trying to, say, change the 'nomail' setting via the membership page, you're going to have a *lot* of POST

[Mailman-Users] POST problem fixed!

2018-08-05 Thread Bernie Cosell
I discovered, after much mucking around, that the problem is that Mailman requires all of the form fields to be submitted. So unsubscribing with just @fields = ( unsubscribees => "$email", setmemberopts_btn => "Submit Your Changes", ) ; Doesn't w

Re: [Mailman-Users] Automatic web subscription format

2018-08-05 Thread Jason Wandel
Hi Mark, Thanks for the response. Yes, it's on cPanel... But I would've thought it would still be a standard mm install in the back end??? Anyway, url encoding the quotes made no difference I'm afraid... But it did point me in the right direction. Replacing the < and > chars around the address w