From owner-freebsd-questions Tue Feb 18 20:10:59 2003 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 82EC537B401 for ; Tue, 18 Feb 2003 20:10:58 -0800 (PST) Received: from www.clubplus.net (ns1.clubplus.net [216.191.22.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B3B943F85 for ; Tue, 18 Feb 2003 20:10:54 -0800 (PST) (envelope-from david@skytrackercanada.com) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by www.clubplus.net (8.11.4/8.11.1) with ESMTP id h1J47dB06509; Tue, 18 Feb 2003 23:07:39 -0500 Received: (from david@localhost) by skytrackercanada.com (8.12.6/8.12.6) id h1J49YMs054084; Tue, 18 Feb 2003 23:09:34 -0500 (EST) (envelope-from david) Date: Tue, 18 Feb 2003 23:09:34 -0500 From: David Banning To: Ken McGlothlen Cc: David Banning , questions@freebsd.org Subject: Re: procmail - unsafe for mailing to programs Message-ID: <20030218230934.A54034@skytrackercanada.com> References: <20030218155447.A48336@skytrackercanada.com> <867kbx9qcp.fsf@ralf.artlogix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <867kbx9qcp.fsf@ralf.artlogix.com>; from mcglk@artlogix.com on Tue, Feb 18, 2003 at 02:27:34PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Feb 18, 2003 at 02:27:34PM -0800, Ken McGlothlen wrote: > David Banning writes: > > | david$ /usr/david/.forward: line 1: "| /usr/local/bin/procmail || exit 75"... Address david@skytrackercanada.com is unsafe for mailing to programs > > and later > > | $ cat .forward > | "| /usr/local/bin/procmail || exit 75" > > The manpage suggests > > "|exec /usr/local/bin/procmail || exit 75" > > I'm not sure whether that's the problem or not. > > My .forward file has always been > > "|IFS=' '&&p=/usr/local/bin/procmail&&test -f $p&&exec $p -Yf-||exit 75 #mcglk" I have tried about every combination of .forward lines that anyone has suggested with all of them working / not working about the same. It seem from doing some reading that the actual error statement I am getting is generated from sendmail. I added a few more details and put it on the sendmail list. What is queer, is that I can send from root to david locally, but not from david to david, or david to root. So it is a permission thing, as sendmail suggests, but where that problem exists is a mystery as yet. Thanks for the input. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message