From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 20:06:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A6F16A4CE for ; Tue, 18 Nov 2003 20:06:04 -0800 (PST) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 643E243FD7 for ; Tue, 18 Nov 2003 20:06:01 -0800 (PST) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: from ednmsw503.dsto.defence.gov.au (ednmsw503.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id hAJ45t66009521 for ; Wed, 19 Nov 2003 14:35:55 +1030 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw503.dsto.defence.gov.au (Content Technologies SMTPRS 4.3.10) with ESMTP id ; Wed, 19 Nov 2003 14:35:48 +1030 Received: from ednex501.dsto.defence.gov.au (ednex501.dsto.defence.gov.au [131.185.2.81]) by muttley.dsto.defence.gov.au (8.11.3/8.11.3) with ESMTP id hAJ3x0o11602; Wed, 19 Nov 2003 14:29:00 +1030 (CST) Received: from squirm.dsto.defence.gov.au ([131.185.40.211]) by ednex501.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id WHC7K6YL; Wed, 19 Nov 2003 14:28:54 +1030 Received: from squirm.dsto.defence.gov.au (localhost [127.0.0.1]) by squirm.dsto.defence.gov.au (8.12.10/8.12.10) with ESMTP id hAJ3wxmG002290 ; Wed, 19 Nov 2003 14:28:59 +1030 (CST) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by squirm.dsto.defence.gov.au (8.12.10/8.12.10/Submit) id hAJ3wxOH002289; Wed, 19 Nov 2003 14:28:59 +1030 (CST) (envelope-from wilkinsa) Date: Wed, 19 Nov 2003 14:28:59 +1030 From: Alex Wilkinson To: Alex de Kruijff Message-ID: <20031119035859.GI852@squirm.dsto.defence.gov.au> References: <20031119015215.GD852@squirm.dsto.defence.gov.au> <20031119031137.GD389@dds.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20031119031137.GD389@dds.nl> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org cc: Alex Wilkinson Subject: Re: sendmail question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 04:06:04 -0000 On Wed, Nov 19, 2003 at 04:11:37AM +0100, Alex de Kruijff wrote: man mail gives: mail [-EiInv] [-s subject] [-c cc-addr] [-b bcc-addr] to-addr ... These special argument must go before the normal ones. This is true for all command in Unix. You have to place the -c argument before to-addr. For mail argument afther the to-addr are sendmail argument. So your -c didn't command to cc this also to person x. Yes you're exactly right! Thanks ! All is working now. - aW