Re: [Mailman-Users] Slow command-line unsubscription

2001-07-13 Thread Chuq Von Rospach
On 7/13/01 3:43 PM, "Charlie Watts" <[EMAIL PROTECTED]> wrote: > I'm trying to unsubscribe about 1000 addresses from a list of about > 12,000. > It is taking -forever- . Watching ~logs/subscribe, addresses are being > un-subscribed at about 1 message per second. > > Is this normal? Wouldn't s

[Mailman-Users] Slow command-line unsubscription

2001-07-13 Thread Charlie Watts
I'm trying to unsubscribe about 1000 addresses from a list of about 12,000. This is on FreeBSD 4.3, a dual-proc PIII 500. Otherwise un-loaded. Command-line: ~/bin/remove_members -f /tmp/un-newsletter newsletter It is taking -forever- . Watching ~logs/subscribe, addresses are being un-subscribe

Re: [Mailman-Users] problems with commands

2001-07-13 Thread Satya
On Jul 13, 2001 at 14:43, [EMAIL PROTECTED] wrote: >When I send an email command (lists, info, etc.) to any of my -request >addresses, I get a response back with the following error message at the >beginning. Doesnt matter what command I send I always get this back at the >beginning. Any suggesti

[Mailman-Users] Restrict Subscribe

2001-07-13 Thread Marcus Azevedo
Hi I need restrict subscribe in my lists. Just people of my domain can subscribe. How do I do ?? Thanks !! Marcus -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailm

Re: [Mailman-Users] problem in replybot.py

2001-07-13 Thread Amanda
The keyboard, man. Always blame it on the keyboard. ;-) "Barry A. Warsaw" wrote: > > "BAW" == Barry A Warsaw <[EMAIL PROTECTED]> writes: > > BAW> Cool. I've fixed this in the MM2.1 branch so you won't get > BAW> more reasonable behavior. > > D'oh! Should read "so you will get more

Re: [Mailman-Users] problem in replybot.py

2001-07-13 Thread Barry A. Warsaw
> "BAW" == Barry A Warsaw <[EMAIL PROTECTED]> writes: BAW> Cool. I've fixed this in the MM2.1 branch so you won't get BAW> more reasonable behavior. D'oh! Should read "so you will get more reasonable behavior". That's what I get for trying to compose email in a XEmacs window runn

Re: [Mailman-Users] List members

2001-07-13 Thread J C Lawrence
On Fri, 13 Jul 2001 14:30:06 EDT Tania Rodriguez <[EMAIL PROTECTED]> wrote: > Hi there! Does any of you know if there's a file where are saved > the addresses of the members of a list??... just like majordomo? ~/lists//config.db Manipulate with ~/bin/list* and ~/bin/*members. -- J C Lawrenc

[Mailman-Users] Administrative requests

2001-07-13 Thread Michael Thomsen
I trying to set up a number of mailingslists under a domain. For all af these lists I would like to have just one administrative email address attached, but even though I fill in this one address under General Options->List Admins Adress for each of the lists, it still seems like administrative re

Re: [Mailman-Users] problem in replybot.py

2001-07-13 Thread Barry A. Warsaw
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes: MM> Thankyou for emailing %listname --^^ BTW, that's why you got the AttributeError! %l wants a Python integer, and it was trying to coerce the SafeDict instance using int() which (naturally) calls __int__ on

Re: [Mailman-Users] problem in replybot.py

2001-07-13 Thread Barry A. Warsaw
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes: MM> and now all is good. Cool. I've fixed this in the MM2.1 branch so you won't get more reasonable behavior. -Barry -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.pytho

[Mailman-Users] problems with commands

2001-07-13 Thread PTurner
Title: problems with commands When I send an email command (lists, info, etc.) to any of my -request addresses, I get a response back with the following error message at the beginning. Doesnt matter what command I send I always get this back at the beginning. Any suggestions?? This is an aut

Re: [Mailman-Users] List members

2001-07-13 Thread Ashley M. Kirchner
Tania Rodriguez wrote: > Does any of you know if there's a file where are saved the addresses of the members >of a list??... just like majordomo? List members (and other information) are stored in the 'config.db' file, and you need to use the 'list_members' command to extract them. -- H |

Re: [Mailman-Users] help with rather time-sensitive dilemma??

2001-07-13 Thread Amanda
"Barry A. Warsaw" wrote: > - Try to use Python's smtplib module directly to mimic the same calls > Mailman is making to see what kind of failure or return value you're > getting. Heh. I hate to say this, but I know just enough perl to make my life easier, and nothing about python except that

[Mailman-Users] List members

2001-07-13 Thread Tania Rodriguez
Hi there! Does any of you know if there's a file where are saved the addresses of the members of a list??... just like majordomo? -Tania. -- Obtén gratis tu cuenta de correo en StarMedia Email. ¡Regístrate hoy mismo!.

[Mailman-Users] Read-only list and password requirement

2001-07-13 Thread Brian West
Can anyone help me on this(thanks in advance): I'm planning to use mailman for a mailing list that already exists and I have a few questions: 1. Password requirement: It appears that for my subscribers to use the mailman system, they need a password. Is that a mandatory feature or is there a way

Re: [Mailman-Users] problem in replybot.py

2001-07-13 Thread Barry A. Warsaw
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes: MM> How do I find which list it comes from or further debug this? Someone's got a bogus autoreply text. The syslog() calls in HandlerAPI.py should include the name of the list that got the uncaught exception. You can add this by going

Re: [Mailman-Users] Re: Removing the X- headers

2001-07-13 Thread Barry A. Warsaw
> "FA" == Forrest Aldrich <[EMAIL PROTECTED]> writes: FA> The archives are not searchable, otherwise I might have found FA> this. Actually, they are, but it's not obvious. Go to search.python.org and select "Python mailing list archives" and unselect everything else. Google's also

Re: [Mailman-Users] unsubscribe script

2001-07-13 Thread Nigel Metheringham
On 12 Jul 2001 17:03:00 +0200, Pieter Boshoff wrote: > I would like to know how to obtain a script to unsubscribe users form a list > that use Exim as the mta. I don't get what you are asking for. There are bulk subscribe/unsubscribe scripts in ~mailman/bin (add_members remove_members etc). The

Re: [Mailman-Users] Multiple domain matters

2001-07-13 Thread Nigel Metheringham
On 12 Jul 2001 20:41:10 -0500, J. Frederick Ball OEF wrote: > Well, I posted about three different questions to the list about how to get > the multiple domain thing happening on my system, which elicited varied and > interesting comments -- mostly suggestions to either run multiple copies of >

RE: [Mailman-Users] Enlightenment

2001-07-13 Thread Enriko Groen
> -Original Message- > From: Karl Carlile [mailto:[EMAIL PROTECTED]] > > This list according to the blurb on the relevant web site is > designed, among > other things, to assist subscribers with installment > problems. There are some > subscribers on the list who sneer at people who a

Re: [Mailman-Users] Enlightenment

2001-07-13 Thread Phil Stracchino
On Fri, Jul 13, 2001 at 09:36:49AM +0100, Karl Carlile wrote: > I am still waiting for someone to help with the following problem. I want to > know how I can have addresses that work rather than the dummy addresses below. > > You can configure your mailing list at the following web page: > > >

Re: [Mailman-Users] Enlightenment

2001-07-13 Thread Karl Carlile
I am still waiting for someone to help with the following problem. I want to know how I can have addresses that work rather than the dummy addresses below. This list according to the blurb on the relevant web site is designed, among other things, to assist subscribers with installment problems.