[Mailman-Users] POST problem fixed!

Bernie Cosell bernie at fantasyfarm.com
Sun Aug 5 07:09:55 EDT 2018


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 => "" },
                   ) ;

YAY!   /Bernie\



                 Bernie Cosell
         bernie at fantasyfarm.com
-- Too many people; too few sheep --



More information about the Mailman-Users mailing list