Hi Mark. >> This works fine for me, but - I don't like to send passwords via email >> to my normal user mail account. > > So why don't you just have your server do a wget or curl to get that URL > instead of mailing it to you, or is mailing it to you some kind of > confirmation step?
Thank you for pushing me into the right direction. I was too much fixed on subscription handling via email. This Console command does what I want: wget -q "http://<myserver>/mailman/admin/<listname>/members/remove?send_unsub_ack_to_this_batch=1&send_unsub_notifications_to_list_owner=1&unsubscribees_upload=<useremail>&adminpw=<adminpw>" This is the PHP command I now use: $return = exec("wget -q \"$body\"", $output); Thank you again. ---Ulf Dunkel ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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