Re: [Mailman-Users] how to delete lists ?

2006-02-15 Thread Dave B
use the rmlist command line option. use -a option to delete archives as well. rmlist -a listname On Feb 15, 2006, at 4:53 PM, [EMAIL PROTECTED] wrote: > From: Mehmet Fatih AKBULUT <[EMAIL PROTECTED]> > Date: February 15, 2006 1:49:34 PM CST > To: Mailman-Users@python.org > Subject: [Mailman-Use

Re: [Mailman-Users] bounce disable messages even when getting mail

2005-12-21 Thread Dave B
20, 2005, at 1:21 AM, Mark Sapiro wrote: > Dave B wrote: > >> I keep getting messages that my account has been disabled due to >> excessive bounces even though I am getting the email. I am both a user >> on the list and the administrator. Mailman is running on a Mac OS X &g

[Mailman-Users] bounce disable messages even when getting mail

2005-12-19 Thread Dave B
I keep getting messages that my account has been disabled due to excessive bounces even though I am getting the email. I am both a user on the list and the administrator. Mailman is running on a Mac OS X Server 10.3.9 Mailman version 2.1.4. I will go in and re-enable delivery and set it globall

[Mailman-Users] Edit multiple users

2005-12-13 Thread Dave B
I have approximately 30 people who are subscribed to anywhere from 1 to 12 lists who have changed their domain from a.com to a .org. Is there a way to change all email addresses in all lists with their current domain to their new domain. I can probably write a php script that breaks up the stri

Re: [Mailman-Users] Permissions problem accessing commands via php

2005-12-12 Thread Dave B
PM, Mark Sapiro wrote: > > > - Original Message --- > > Dave B wrote: > >> Does it use the umask setting? If so, it should be setting permissions >> to 644 (umask is 022) instead of the 660 that it sets. > > > It uses umask, but it sets it

Re: [Mailman-Users] Permissions problem accessing commands via php

2005-12-10 Thread Dave B
Does it use the umask setting? If so, it should be setting permissions to 644 (umask is 022) instead of the 660 that it sets. Is there a way to change what it uses as standard permissions? Thanks - Dave On Dec 9, 2005, at 11:48 PM, Mark Sapiro wrote: > Dave B wrote: >> >>

[Mailman-Users] Permissions problem accessing commands via php

2005-12-09 Thread Dave B
I am trying to create some php forms that use the shell_exec function to run some of the Mailman command line commands. i.e. I have a script that lets an admin user enter an email address and then uses the find_member script to return all lists that email address is in. To do this I had to set

[Mailman-Users] join list - receive digest instead of regular via email

2005-11-17 Thread Dave B
I have a list set up where the default for joining is Regular. People sign up via a php form on our website that then emails to "[EMAIL PROTECTED]". I need to give them the option of receiving Regular or Digest in this form. Is there a way via email to join them to the Digest even though Regula