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] Unsubscribing on ARF reports

2010-03-31 Thread Ralf Hildebrandt
> > > I know the python.org listmasters have some working Python scripts to > > > do that stuff (it's mentioned in Ralf's/Patrick's deliverability > > > slides), do you guys share? > > > > No scripts. It's merely reading the ARF > > WTF?!? That must be a pretty low volume of ARFs. Yep. maybe two

Re: [Mailman-Users] Unsubscribing on ARF reports

2010-03-31 Thread Stefan Foerster
* Ralf Hildebrandt : > * Stefan Foerster : > > I know the python.org listmasters have some working Python scripts to > > do that stuff (it's mentioned in Ralf's/Patrick's deliverability > > slides), do you guys share? > > No scripts. It's merely reading the ARF WTF?!? That must be a pretty low vo

Re: [Mailman-Users] Unsubscribing on ARF reports

2010-03-31 Thread Ralf Hildebrandt
* Stefan Foerster : > The subject pretty much sums it up: How do I unsubscribe morons^Wusers that > report list mail as spam instead of unsubscribing, causing ARF reports > from their mail service providers? Just do it :) > I know the python.org listmasters have some working Python scripts to > d

[Mailman-Users] Unsubscribing on ARF reports

2010-03-31 Thread Stefan Foerster
The subject pretty much sums it up: How do I unsubscribe morons^Wusers that report list mail as spam instead of unsubscribing, causing ARF reports from their mail service providers? I know the python.org listmasters have some working Python scripts to do that stuff (it's mentioned in Ralf's/Patric

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] Mailman does not create a mailbox

2010-03-31 Thread Mark Sapiro
Ozyank wrote: > >There are other working lists on the same server but I do not see a mailbox >or alias for those lists, unless I am looking in the wrong place. Mailman list mail is not delivered to a mailbox. It is delivered by the MTA to a wrapper program which invokes a script to queue the mail

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] Mailman does not create a mailbox

2010-03-31 Thread Ozyank
I am a newbie to Mailman so I hope that I am just omitting something very basis. I have created new Mailman list and attempted to send mail to the list. Unfortunately, the mail is bounced because there is no mailbox on the mail server for the newly created list. There are other working lists on t

[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