Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-26-2001 22:14:07

Guest
Guest

Maximum Number of Subscribers Per Maillist

How do I increase my "Maximum Number of Subscribers Per Maillist" past 2500?  It needs to be MUCH higher!  (Or better yet, not limit!)  I run an existing site with many, many, many subscribers and we JUST changed to this software.  Thank you for your help.

 

#2 08-27-2001 08:28:31

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Maximum Number of Subscribers Per Maillist

Go in and edit the number directly in this file:

./data/site/program_settings.db

Change the line:

7|Maximum Number of Subscribers Per Maillist|maillist_max_row_count|2500

to

7|Maximum Number of Subscribers Per Maillist|maillist_max_row_count|10000

Be warned that the larger this number, the more you tax your system as you load the contents of the database into memory. Most servers should be good up to around 30,000 - 50,000 on a list (I guess - maybe more, maybe much more).  Post your list size here if it's big.

One caveat with this method:

You'll need to edit this file:

./cgi-bin/library/modules/admin_program.pl

If you want to be able to change this number in the administrator:

Change:

if ($program_settings_description eq "admin_db_max_row_count" || $program_settings_description eq "maillist_max_row_count") {

To:

if ($program_settings_description eq "admin_db_max_row_count") {


This will make that field editable.


Nick Hendler

Offline

 

#3 08-27-2001 16:01:41

Guest
Guest

Re: Maximum Number of Subscribers Per Maillist

Thank you, that appears to work!

 

#4 08-27-2001 16:05:20

Guest
Guest

Re: Maximum Number of Subscribers Per Maillist

Is there a way to "mass subscribe" my current mailing list??

Thank you so much for all of your help!

 

#5 09-05-2001 19:11:54

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Maximum Number of Subscribers Per Maillist

Yes - build a file resembline /data/maillist/data/1.db using a text editor then upload it.  Make sure whatever number you call it ie. 55.db or whatever, has an entry in /data/maillist/maillist.db.


Nick Hendler

Offline

 

Board footer