Xref: utzoo comp.mail.uucp:859 comp.unix.questions:4833 Path: utzoo!mnetor!uunet!husc6!think!ames!ptsfa!ihnp4!cbosgd!osu-cis!tut!mumble!karl From: karl@mumble.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.mail.uucp,comp.unix.questions Subject: Re: smail - rmail interaction Message-ID: <3344@tut.cis.ohio-state.edu> Date: 18 Dec 87 13:45:43 GMT References: <267@ontenv.UUCP> Sender: news@tut.cis.ohio-state.edu Lines: 18 In-reply-to: norm@ontenv.UUCP's message of 15 Dec 87 18:58:02 GMT From smail's defs.h file, discussing MAXCLEN... /* ** Normally, all mail destined for the local host is delivered with a single ** call to the local mailer, and all remote mail is delivered with one call ** to the remote mailer for each remote host. This kind of 'batching' saves ** on the cpu overhead. ** ** MAXCLEN is used to limit the length of commands that are exec'd by smail. ** This is done to keep other program's buffers from overflowing, or to ** allow for less intelligent commands which can take only one argument ** at a time (e.g., 4.1 /bin/mail). To disable the batching, set MAXCLEN ** a small value (like 0). */ So just turn off batching with a 0. -=- Karl