
Jan. 2, 2001
10:50 p.m.
"P" == Phydeaux <reb@taco.com> writes:
P> I've not had this problem, but I tried to change the chunk size
P> via the mm_cfg.py file. I set this:
P> DEFAULT_ADMIN_MEMBER_CHUNKSIZE = 100
P> with no effect. I still get chunks of 30. I could change it in
P> Defaults.py but I'd rather not have my changes wiped out
P> if/when I upgrade. Besides, all the other things I changed
P> worked fine. Does anyone have a clue?
In Mailman 2.0 the chunk size is stored as a list attribute (mlist.admin_member_chunksize). I think this was done to allow list admins to customize the membership page, but there's no web interface for changing this value.
While this is bogus, it won't change right away, so the best way to change the chunksize is use bin/withlist or bin/config_list from the command line.
-Barry