[Mailman-Users] Changing the name of a mailing list

2011-02-01 Thread Brian Luria
If I have a list called n...@domain.com and I want to change it to
something else, say names...@domain.com  - is there a relatively easy way
to do this for someone not versed in the server side of managing the mailman
install?

Thanks, as always, in advance

Brian
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Only allowing certain users to send to a mailing list

2010-12-27 Thread Brian Luria
I have created some lists and I only want a certain short list of users to
be allowed to send to these lists - and these users are not necessarily
members of these lists.

What is the simplest way to do this? boolean somehow with sender filters?

Thanks in advance.
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Only allowing certain users to send to a mailinglist

2010-12-27 Thread Brian Luria
See below:

On 27 December 2010 16:17, Mark Sapiro m...@msapiro.net wrote:

 Brian Luria wrote:

 I have created some lists and I only want a certain short list of users to
 be allowed to send to these lists - and these users are not necessarily
 members of these lists.
 
 What is the simplest way to do this? boolean somehow with sender filters?


 Set all users moderated


*This is a check box for each member under membership management (the 'mod'
box)?*


 and set default_member_moderation to Yes.


*This is a setting under privacy options, sender filters?*


 Set member_moderation_action and member_moderation_notice appropriately.


*Seems to be in same place, sender filters?*


 Then you have two choices:

 Set moderation off for those allowed posters who are list members and
 add the non members or an appropriate regexp to
 accept_these_nonmembers, or

 leave everyone moderated and provide the allowed posters with the list
 moderator password and let them post with an Approved: password
 header or first line pseudo-header.

 *Option 1 sounds good*

 --
 Mark Sapiro m...@msapiro.netThe highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan




-- 
*Brian J. Luria DVM, DACVIM*
Bluepearl Veterinary Partners, Florida
Tampa: (813) 933-8944
Clearwater: (727) 572-0132
Brandon: (813) 571-3303
www.bluepearlvet.com
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] List all users on one page

2010-04-21 Thread Brian Luria
Is there a way to force all users to be listed on one page, versus having to
click through the alphabetical letters?



-- 
Brian J. Luria DVM, DACVIM
Bluepearl Veterinary Partners
Florida Veterinary Specialists
Tampa: (813) 933-8944
Clearwater: (727) 572-0132
Brandon: (813) 571-3303
www.bluepearlvet.com
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] List all users on one page

2010-04-21 Thread Brian Luria
Thank you.
Looks like I have 2.1.9  - (have to look at upgrading)

Where is the best place for me to start understanding terminal commands like
you list there. I am honestly not even sure where to start. I am only used
to the web based interface.

On Wed, Apr 21, 2010 at 5:29 PM, Mark Sapiro m...@msapiro.net wrote:

 Brian Luria wrote:

 Is there a way to force all users to be listed on one page, versus having
 to
 click through the alphabetical letters?


 If your Mailman version is 2.1.10 or later, set admin_member_chunksize
 on the list's General Options page to a number greater than the number
 of list members.

 For older versions, set it with bin/withlist or bin/config_list.

 --
 Mark Sapiro m...@msapiro.netThe highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan




-- 
Brian J. Luria DVM, DACVIM
Bluepearl Veterinary Partners
Florida Veterinary Specialists
Tampa: (813) 933-8944
Clearwater: (727) 572-0132
Brandon: (813) 571-3303
www.bluepearlvet.com
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Mailman, SPAM (Spamassassin) and Plesk

2010-04-19 Thread Brian Luria
I have a dedicated server (purchased through godaddy, don't cringe)
The server is running Red Hat Fedora Core 8
Control Panel is Plesk 9.2.3 Deluxe Pack

I am computer savvy but limited experience with Linux, let alone a linux
server.

The server has a mailman installation on it. I am trying to configure SPAM
protection. I have Spamassassin installed and enabled on the server

What I am having difficulty with is finding documentation on interfacing
with the Spamassassin installation via the Plesk control panel. There are
some minor settings under SPAM filtering, however I cannot figure out where
the messages would go if they are tagged as SPAM or any sort of approval
que.

I have VERY limited exposure to running commands off of terminal but am
willing to try.

Anyone with experience with this sort of setup - or other advice on how they
set a similar server up to prevent SPAM - advice greatly appreciated.
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Searching across lists and making global changes

2009-12-17 Thread Brian Luria
Have multiple mailing lists under one domain

Is there any way to search across all lists for a certain member and make a
global change to their email or name?

As an administrator, if a user changes their email, I often have to search
each list for the member to locate them (1) and then change their info (2)

Thank you.

-- 
Brian J. Luria DVM, DACVIM
Bluepearl Veterinary Partners
Florida Veterinary Specialists
Tampa: (813) 933-8944
Clearwater: (727) 572-0132
Brandon: (813) 571-3303
www.bluepearlvet.com
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Searching across lists and making global changes

2009-12-17 Thread Brian Luria
Apologies if this is a repeat, wasn't sure it went through
*

 Have multiple mailing lists under one domain

 Is there any way to search across all lists for a certain member and make a
 global change to their email or name?

 As an administrator, if a user changes their email, I often have to search
 each list for the member to locate them (1) and then change their info (2)

 Thank you.

--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Web host has hourly mailout limits

2007-10-18 Thread Brian Luria
Henrik,

Ran into this problem recently with my own host. Mark and I have discussed.
(bluehost.com)
Assuming you're in the same situation I am in - which is likely.
My domain is hosted on a shared server - in other words the company has a
server with something like 300 to 400 domains  hosted on it. On that server,
there is a single mailman installation and we all share that installation.
For this reason, sometimes I'll send a message and it doesn't go out for 15
minutes or longer. This is presumably because it is sitting in que waiting
for anyone else on the servers messages to go out.

So, many of the code specific recommendations made on this forum don't apply
to us because we dont truly have access to the mailman install.

As far as the 500 limit, I am in a similar situation - fortunately my lists
arent quite as large as yours. The limit is NOT a mailman limitation, but,
something ... i.e. a 'policy' from the hosting company - perhaps a SPAM
control measure, etc. Could it be increased? probably - I would try asking
for higher level tech support and ultimately an admin.

There are other hosting recommendations:
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.017.htp
http://mail.python.org/pipermail/mailman-users/2007-August/058158.html

However many of these are a bit more expensive that a shared solution such
as I use ($100/yr vs. $600/yr), but, you do get what you pay for.

On 10/18/07, Henrik [EMAIL PROTECTED] wrote:

 All,

 In spite of previous assurances to the contrary, my web host
 (webserve.ca) has just told me that they have a maximum 500 per hour
 mail generation rate, and that there's nothing they can do to change
 that (which I presume is rubbish). I have questioned them about
 alternatives, and they have become resolutely non-responsive. I host
 several email lists on my server, one of which is a legitimate farmers'
 market email list that is almost at 500.

 Is there a way to get GNU mailman to batch or parcel mailouts to comply
 with this policy? I ran into this problem before, and it seemed that
 Mailman simply gave up on the whole mailout, archived the mail, and
 moved on. GNU Mailman in the webserve.ca plan that I have is managed by
 Cpanel.

 Thanks,

 - Henrik

 --

 Henrik Bechmann
 www.bechmann.ca
 Webmaster, www.dufferinpark.ca

 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives:
 http://www.mail-archive.com/mailman-users%40python.org/
 Unsubscribe:
 http://mail.python.org/mailman/options/mailman-users/bluria%40gmail.com

 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.027.htp




-- 
Brian J. Luria DVM, DACVIM
Florida Veterinary Specialists
3000 Busch Lake Blvd
Tampa, FL 33614
Phone: (813) 933-8944
Fax: (813) 936-9595
http://www.fvs.com
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Membership List Retrieval Issue - Permissions

2007-09-24 Thread Brian Luria
when I put the who command in, I supplied the password to no avail.
The privacy option is restricted to list members but you're saying having
password in subject line should allow viewing of the list..correct? If so,
that doesn't seem to be working.


On 9/23/07, Mark Sapiro [EMAIL PROTECTED] wrote:

 Brian Luria wrote:

 I am the creator and administrator of all lists I've set up on a mailman
 install and my email is listed under general options of list
 administrator
 When I send a -request message with who in subject line, I get a bounce
 that
 I dont have permission to get list of members.
 This only happens with lists that I am NOT subscribed to, otherwise no
 problem.


 The roster (via web or email 'who' command) is available to Anyone,
 List members or List admin only depending on the setting of Privacy
 Options...-Subscription rules-private_roster.

 It seems that your lists are set up with the roster restricted to
 members. If that is the case, the simple format of the email 'who'
 command is

 who password

 If you are the list admin and not also a list member, you can supply
 the list admin or moderator password, and in Mailman 2.1.10, this will
 have the additional benefit of showing hidden members.

 Also see
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.060.htp
 for a different aspect of this subject.

 Note that the email 'who' command has different syntax depending on the
 setting of private_roster. If you send a 'help' command to a list's
 -request address, you will get a description of the various requests
 with the appropriate syntax for that list.

 --
 Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan




-- 
Brian J. Luria DVM, DACVIM
Florida Veterinary Specialists
3000 Busch Lake Blvd
Tampa, FL 33614
Phone: (813) 933-8944
Fax: (813) 936-9595
http://www.fvs.com
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Membership List Retrieval Issue - Permissions

2007-09-23 Thread Brian Luria
I am the creator and administrator of all lists I've set up on a mailman
install and my email is listed under general options of list administrator
When I send a -request message with who in subject line, I get a bounce that
I dont have permission to get list of members.
This only happens with lists that I am NOT subscribed to, otherwise no
problem.

I assume there is a setting somewhere I'm missing? I'd rather not have to
join each list

Thanks (Mark :) ) in advance.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Membership List View in admin section

2007-09-19 Thread Brian Luria
Is there a way to set it to just show all the members so I can scroll down,
without having to use the alphabetical listing?
I have a list with 47 members so it wouldnt be that big.
It seems like there's a setting where if the list is up to a certain number
of members, then it lists them, otherwise it goes to the other format.

Thanks in advance.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Membership List View in admin section

2007-09-19 Thread Brian Luria
mailman is on a host server (i.e. I pay a hosting company)
I dont think I have access to the mailman install as I share the install on
the server so I dont THINK I can edit those files -- unless you think
otherwise.


On 9/19/07, Mark Sapiro [EMAIL PROTECTED] wrote:

 Brian Luria wrote:

 Is there a way to set it to just show all the members so I can scroll
 down,
 without having to use the alphabetical listing?
 I have a list with 47 members so it wouldnt be that big.
 It seems like there's a setting where if the list is up to a certain
 number
 of members, then it lists them, otherwise it goes to the other format.


 See
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.030.htp

 --
 Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan




-- 
Brian J. Luria DVM, DACVIM
Florida Veterinary Specialists
3000 Busch Lake Blvd
Tampa, FL 33614
Phone: (813) 933-8944
Fax: (813) 936-9595
http://www.fvs.com
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Membership List View in admin section

2007-09-19 Thread Brian Luria
Thanks. I'll live with it :)

On 9/19/07, Brad Knowles [EMAIL PROTECTED] wrote:

 On 9/19/07, Brian Luria wrote:

   mailman is on a host server (i.e. I pay a hosting company)
   I dont think I have access to the mailman install as I share the
 install on
   the server so I dont THINK I can edit those files -- unless you think
   otherwise.

 There is no web-accessible way to change that setting.  In your case,
 you have a few choices:

1.  Get your hosting company to change it for you.

2.  Decide to live with it.

3.  Decide to switch hosting companies.

 I don't see any other obvious alternatives.

 --
 Brad Knowles [EMAIL PROTECTED]
 LinkedIn Profile: http://tinyurl.com/y8kpxu




-- 
Brian J. Luria DVM, DACVIM
Florida Veterinary Specialists
3000 Busch Lake Blvd
Tampa, FL 33614
Phone: (813) 933-8944
Fax: (813) 936-9595
http://www.fvs.com
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Changing the welcome email...

2007-09-04 Thread Brian Luria
It's under the admin page, general options, under Notifictions
List-specific text prepended to new-subscriber welcome message
(Details for 
*welcome_msg*)http://fvsmail.com/mailman/admin/all_fvsmail.com/?VARHELP=general/welcome_msg



On 9/4/07, Jeff Shepherd [EMAIL PROTECTED] wrote:

 Where can I change the welcome email that is delivered to users when
 they sign up for a mailing list?

 Thanks for the help!

 -Jeff

 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives:
 http://www.mail-archive.com/mailman-users%40python.org/
 Unsubscribe:
 http://mail.python.org/mailman/options/mailman-users/bluria%40gmail.com

 Security Policy:
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp




-- 
Brian J. Luria DVM, DACVIM
Florida Veterinary Specialists
3000 Busch Lake Blvd
Tampa, FL 33614
Phone: (813) 933-8944
Fax: (813) 936-9595
http://www.fvs.com
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Limit to the Number of Subscribers for eachlist?

2007-08-29 Thread Brian Luria
I am actually using bluehost as well (recently started)
Haven't reached a limit for now - I was having major delays with messages
being sent - found out it was b/c I was sharing a server with mulitple other
users so we would all be in 'que' waiting for a msg to be sent.

So, a thought I had - is it a 'crazy' idea to set up my own webserver and
install mailman on it? Or is that a bit too much.

Not sure if anyone out there has done that.


On 8/29/07, Brad Knowles [EMAIL PROTECTED] wrote:

 On 8/29/07, wittygal wrote:

   Well, it seemed like a load of bull. Then they suggested I find a
 special
   email list provider.  Is there such a thing?

 Sure.  Some Mailman-specific hosting groups are listed in FAQ 1.17 at
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.017.htp,
 and there are other groups there that do more general hosting but
 which also provide Mailman hosting as part of their package of
 services.

   And how would I find it. You see I am doing this as a charity thing for
   about 5 online email groups for debtorsanonymous.org

 FAQ 1.17 has a partial list of Mailman-specific hosting sites, but
 I'm sure there are other sites that have similar lists of providers.

   I thought this should be a no sweat thing since I supposedly can have
   unlimited email lists under my premium subscription.

 Funny thing about that word unlimited.  It doesn't actually mean
 unlimited anymore.  Now it means:

We don't advertise any limits because we want to get your business
at any cost, but as soon as you exceed the low limits we secretly
place on you, we'll kick your sorry butt out the door as quickly
as we possibly can.

 It's kind of like that secret no-fly list that no one can ever tell
 you whether or not you're on the list or how you got on it or how you
 can get off it, but they won't let you fly if your name is there.

   Thanks for the info. I am going to try to get back with them with
 regard to
   this and point them to the url in question for the faqs. Does anyone
 have a
   problem with me copying select portions of your emails on this subject?

 Feel free to quote any of my messages, and if they have any further
 questions I'll be more than happy to whop them upside the head with a
 clue-by-four.

 --
 Brad Knowles [EMAIL PROTECTED]
 LinkedIn Profile: http://tinyurl.com/y8kpxu
 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives:
 http://www.mail-archive.com/mailman-users%40python.org/
 Unsubscribe:
 http://mail.python.org/mailman/options/mailman-users/bluria%40gmail.com

 Security Policy:
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp




-- 
Brian J. Luria DVM, DACVIM
Florida Veterinary Specialists
3000 Busch Lake Blvd
Tampa, FL 33614
Phone: (813) 933-8944
Fax: (813) 936-9595
http://www.fvs.com
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Mailman -request problem

2007-08-23 Thread Brian Luria

 I have mulitple mailing lists setup - just set up and getting to know
 mailman (over majordomo)

 I am trying to use the -request option to have member lists sent to me

 Format:

 To: [EMAIL PROTECTED]

 Subject: who password

 At first I didn't think it was working at all, then (literally as I was
 typing this post, they came to my inbox - 40 minutes later!)

 Is there a setting that is making it take that long?!

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp