Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 1996 10:55:07 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        ryan@donald.iafrica.com (Ryan Loots)
Cc:        questions@FreeBSD.ORG
Subject:   Re: email problems
Message-ID:  <199605291755.KAA13789@phaeton.artisoft.com>
In-Reply-To: <Pine.BSF.3.91.960529081932.5007B-100000@donald.iafrica.com> from "Ryan Loots" at May 29, 96 08:25:29 am

next in thread | previous in thread | raw e-mail | index | archive | help
> "| 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605291755.KAA13789>