Re: [Mailman-Users] Mass subscribe Member limit? (add_members)

2003-08-09 Thread Ed Wilts
On Thu, Aug 07, 2003 at 03:39:00PM -0300, Gustavo Gouvea wrote:
 Im using redhat 8.0 + mailman 2.0.13.
 
 It happens that Im using add_members to mass subscribe
 25,000 members.
 
 When I try to do it, the script tells me that several
 email adresses was already subscribed, but they were not.
 I use list_members and bingo! The emails informed as already
 subscribed are not subscribed.
 
 Is there a maximum number of members I can subscribe once?

I've done over 40,000 on Red Hat Linux 7.0 and mailman 2.0.13.  When I
saw the duplicate member error, it turned out that I had the same user
in my text file twice, but with different case.  Do a case-insensitive
uniq on your input file and see if that helps.

.../Ed
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Mass subscribe Member limit? (add_members)

2003-08-08 Thread Gustavo Gouvea
Hi,

Im using redhat 8.0 + mailman 2.0.13.

It happens that Im using add_members to mass subscribe
25,000 members.

When I try to do it, the script tells me that several
email adresses was already subscribed, but they were not.
I use list_members and bingo! The emails informed as already
subscribed are not subscribed.

Is there a maximum number of members I can subscribe once?
I seems that add-members

The problem is that sync_members is even worse, because
it can handle less than 3,000 adresses once and aborts
if it finds any error.

Im searching a syncronize solution. I was thinkin about
deleting and adding all the members any time I need to sync
the list. But I found that problem with add-members.

Again: is there a maximum number of members to subscribe
each time I run add_members?

Thanks.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org