[Mailman-Users] POST problem fixed!

Mark Sapiro mark at msapiro.net
Sun Aug 5 19:14:59 EDT 2018


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 => "Submit Your Changes",
>                     ) ;
> 
> Doesn't work. What does work is:
> 
>     @fields = ( send_unsub_ack_to_this_batch => 0,
>                      send_unsub_notifications_to_list_owner => 1 ,
>                     unsubscribees => "$email", 
>                     setmemberopts_btn => "Submit Your Changes",
>                     Content => { unsubscribers_upload => "" },
>                    ) ;
> 


It doesn't require all form fields to be submitted, but you have to look
at the code to see which ones are required.

I'm glad you got it working.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list