From owner-freebsd-current Tue Sep 17 07:54:24 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15247 for current-outgoing; Tue, 17 Sep 1996 07:54:24 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA15160; Tue, 17 Sep 1996 07:53:22 -0700 (PDT) Received: from campa.panke.de (anonymous229.ppp.cs.tu-berlin.de [130.149.17.229]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id QAA05129; Tue, 17 Sep 1996 16:34:12 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id PAA01161; Tue, 17 Sep 1996 15:38:37 +0200 Date: Tue, 17 Sep 1996 15:38:37 +0200 From: Wolfram Schneider Message-Id: <199609171338.PAA01161@campa.panke.de> To: phk@freebsd.org CC: current@freebsd.org Subject: ctm & sendmail flags Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ctm should call sendmail with option "-oi" and maybe with option "-oem". man sendmail i Do not take dots on a line by themselves as a message termi- nator. ex Set error processing to mode x. Valid modes are `m' to mail back the error message, `w' to ``write'' back the error mes- sage (or mail it back if the sender is not logged in), `p' to print the errors on the terminal (default), `q' to throw away error messages (only exit status is returned), and `e' to do special processing for the BerkNet. If the text of the mes- sage is not mailed back by modes `m' or `w' and if the sender is local to this machine, a copy of the message is appended to the file dead.letter in the sender's home directory.