From owner-freebsd-questions Wed May 29 10:57:59 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21696 for questions-outgoing; Wed, 29 May 1996 10:57:59 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA21691 for ; Wed, 29 May 1996 10:57:57 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA13789; Wed, 29 May 1996 10:55:08 -0700 From: Terry Lambert Message-Id: <199605291755.KAA13789@phaeton.artisoft.com> Subject: Re: email problems To: ryan@donald.iafrica.com (Ryan Loots) Date: Wed, 29 May 1996 10:55:07 -0700 (MST) Cc: questions@FreeBSD.ORG In-Reply-To: from "Ryan Loots" at May 29, 96 08:25:29 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > "| IFS=' ' && p=/usr/local/bin/procmail && test -f $p && exec $p -Yf- || > exit 75 #natasha" > > and here is mine: > > "| IFS=' ' && p=/usr/local/bin/procmail && test -f $p && exec $p -Yf- || > exit 75 #ryan" > > [donald] /home/ryan # ls -la .forward > -rwxr-xr-x 1 ryan wheel 112 May 29 08:15 .forward > > [donald] /home/natasha # ls -la .forward > -rw-rw-r-- 1 natasha guest 91 May 21 15:22 .forward I don't know why you would need group write on the file. 8-). Are you sure the character in IFS=' ' is a space? You might have swapped a space for a tab. Did you copy the other file and modify it, or did you cut and past/retype it? Look also at her bin directory vs. yours.; ther may be an auxillary program it can find when running as you. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.