Newsgroups: comp.unix.sysv386 Path: utzoo!utgpu!news-server.csri.toronto.edu!torsqnt!geac!censor!comspec!scocan!john From: john@sco.COM (John R. MacMillan) Subject: Re: MMDF & bounced mail Organization: SCO Canada, Inc. Date: Mon, 01 Apr 1991 23:00:17 GMT Message-ID: <1991Apr01.230017.8686@sco.COM> References: <441@mixcom.COM> Sender: news@sco.COM (News administration) |When mail is bounced (invalid user ID), the |complete message is emailed back to the sender. |What do I change in MMDF's configuration to |cause only part of the message to be returned? If you have control over what is invoking the "submit" program, have it use the "c" flag, for "citation only" (see submit(ADM)). If you don't have control (eg. rmail), you can put MLISTSIZE 0 in /usr/mmdf/mmdftailor. This specifies that long lists of reply addresses, in this case those with more than 0 addresses, will only receive citations. This will give submit behaviour like the "c" flag above. There may still be a few cases where the whole thing gets sent back (in particular if it's the user agent that's generating the error message). Hope this helps!