Skip site navigation (1)Skip section navigation (2)
Date:      18 Feb 2003 14:27:34 -0800
From:      Ken McGlothlen <mcglk@artlogix.com>
To:        David Banning <david@skytracker.ca>
Cc:        questions@freebsd.org
Subject:   Re: procmail - unsafe for mailing to programs
Message-ID:  <867kbx9qcp.fsf@ralf.artlogix.com>
In-Reply-To: <20030218155447.A48336@skytrackercanada.com>
References:  <20030218155447.A48336@skytrackercanada.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David Banning <david@skytracker.ca> 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




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