Re: [Mailman-Users] unsubscribe from all mailing lists

2010-03-31 Thread Mark Sapiro
On 3/31/2010 10:24 AM, Patrick Okui wrote: > > On 31 Mar, 2010, at 8:10 PM, Δημήτριος Καραπιπέρης wrote: > >> On the remove_members help it mentions >> >> --nouserack >> -n Don't send the user acknowledgements. If not specified, the list >> default value is used. >> >> Which is this defau

Re: [Mailman-Users] unsubscribe from all mailing lists

2010-03-31 Thread Patrick Okui
On 31 Mar, 2010, at 8:10 PM, Δημήτριος Καραπιπέρης wrote: On the remove_members help it mentions --nouserack -n Don't send the user acknowledgements. If not specified, the list default value is used. Which is this default value ? The one set in the list configuration. -- patrick

[Mailman-Users] unsubscribe from all mailing lists

2010-03-31 Thread Δημήτριος Καραπιπέ ρης
Ralf pointed out the --fromall option on shell's remove_members script. On the remove_members help it mentions --nouserack -n Don't send the user acknowledgements. If not specified, the list default value is used. Which is this default value ? On remove_members --fromall ,.,. it di

Re: [Mailman-Users] unsubscribe from all mailing lists

2010-03-31 Thread Mark Sapiro
On 3/31/2010 9:32 AM, Δημήτριος Καραπιπέρης wrote: > > The unsubscribe from all lists feature exist on newer versions than 2.1.9? No. Mailman 3 has a REST web interface that may support this, but MM 3 is still in alpha development. There won't be anything in the web interface for any Mailman 2.

Re: [Mailman-Users] unsubscribe from all mailing lists

2010-03-31 Thread Δημήτριος Καραπιπέρης
O/H Mark Sapiro έγραψε: Dimitrios Karapiperis wrote: is there any way to unsubsctibe a user from all the mailing lists on a host? I am utilizing Mialman's web scripts through my php files and I make any subscriptions and deletions ( I don't like the idea to execute shell scripts through ph

Re: [Mailman-Users] unsubscribe from all mailing lists

2010-03-31 Thread Mark Sapiro
Dimitrios Karapiperis wrote: > >is there any way to unsubsctibe a user from all the mailing lists on a host? > >I am utilizing Mialman's web scripts through my php files and I make any >subscriptions and deletions >( I don't like the idea to execute shell scripts through php) There is no way in

Re: [Mailman-Users] unsubscribe from all mailing lists

2010-03-31 Thread Ralf Hildebrandt
* Dimitrios Karapiperis : > Hello > > is there any way to unsubsctibe a user from all the mailing lists on a host? Yes: bin/remove_members --fromall dim...@thessaloniki.gr -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Fra

[Mailman-Users] unsubscribe from all mailing lists

2010-03-31 Thread Dimitrios Karapiperis
Hello is there any way to unsubsctibe a user from all the mailing lists on a host? I am utilizing Mialman's web scripts through my php files and I make any subscriptions and deletions ( I don't like the idea to execute shell scripts through php) version mailman-2.1.9-4.el5 Thanks in advanc