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 <[email protected]> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list [email protected]
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org