[Mailman-Users] How do I change default volume & digest number?

Jim Tittsler jwt at OnJapan.net
Mon Aug 21 05:21:12 CEST 2000


On Sun, Aug 20, 2000 at 10:35:53AM -0700, Paul M. Moriarty wrote:
> I've dug through the archives.  I've persued the sources, but I'll be
> darned if I can find how to change the default digest & volume numbers.

The volume and next_digest_number are stored in the config.db
of each mailing list.

You should be able to use the bin/withlist tool to adjust the
starting numbers:  (withlist loads the list configuration into
the object 'm'):

$ python -i bin/withlist -l mylist
Loading list: mylist (locked)
>>> print m.volume
1
>>> m.volume=4
>>> m.next_digest_number=12
>>> m.Save()
>>> m.Unlock()
>>> <Ctrl-D>

-- 
Jim Tittsler, Tokyo
Python Starship     http://starship.python.net/crew/jwt/





More information about the Mailman-Users mailing list