Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!cs.utexas.edu!uunet!mcvax!kth!sunic!dkuug!freja!seindal From: schaefer@ogccse.ogc.edu (Barton E. Schaefer) Newsgroups: comp.mail.mush Subject: Re: "mush -f" on a mailbox 1000+ messages big Message-ID: <4667@freja.diku.dk> Date: 20 Jul 89 00:42:26 GMT Sender: seindal@freja.diku.dk Lines: 20 In article <17588@gryphon.COM> oleg@gryphon.COM (Oleg Kiselev) writes: } One of the recent MUSH "converts" has presented me with a complaint that MUSH } trashes his mailbox when there is more than 1000 new messages in it. I have } not had a chance to check that it really is a problem with MUSH (and not } filesystem out of space or something of the sort). Has anyone else } encountered this problem? The default configuration for mush is to handle a maximum of 1000 messages. If you need more, you can redefine the constant MAXMSGS in config.h and recompile. This limitation is mentioned in the man page, with a remark about politely asking your sysadmin to make the change. The static limitation on the number of messages is a recognized problem. However, a large number of functions depend on it for declaration of auto arrays, so changing to dynamic allocation is a major task. -- Bart Schaefer "And if you believe that, you'll believe anything." -- DangerMouse CSNET / Internet schaefer@cse.ogc.edu UUCP ...{sequent,tektronix,verdix}!ogccse!schaefer