From owner-freebsd-questions Tue Feb 18 14:25: 2 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 1CEA637B401 for ; Tue, 18 Feb 2003 14:25:01 -0800 (PST) Received: from c3po.artlogix.com (s01.artlogix.com [216.231.46.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F01743F75 for ; Tue, 18 Feb 2003 14:25:00 -0800 (PST) (envelope-from mcglk@artlogix.com) Received: from ralf.artlogix.com.artlogix.com (unknown [192.168.0.3]) by c3po.artlogix.com (Postfix) with ESMTP id 882411AA13; Tue, 18 Feb 2003 14:26:03 -0800 (PST) To: David Banning Cc: questions@freebsd.org Subject: Re: procmail - unsafe for mailing to programs References: <20030218155447.A48336@skytrackercanada.com> From: Ken McGlothlen Date: 18 Feb 2003 14:27:34 -0800 In-Reply-To: <20030218155447.A48336@skytrackercanada.com> Message-ID: <867kbx9qcp.fsf@ralf.artlogix.com> Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 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" which was probably originally in old procmail documentation, but which works great. Other than that, all your permissions look fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message