|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Trouble w/ procmail
|
On Mon, Oct 29, 2001 at 09:37:19AM -0500, Jon Nelson wrote:
> and here is my .forward:
>
> ----------------------snip------------snip-----------------------
> "/usr/bin/procmail"
>
> ----------------------snip------------snip-----------------------
There's the problem. The line you want to use, from procmail(1):
"|IFS=' '&&p=/usr/bin/procmail&&test -f $p&&exec $p -Yf-||exit 75 #YOUR_USERNAME"
The procmail FAQ has something slightly different:
http://www.ling.helsinki.fi/users/reriksso/procmail/mini-faq.html#forward
"|IFS=' '&&p=/usr/local/bin/procmail&&test -f $p&&exec $p -f-||exit 75#whatever"
(Where "whatever" is your username.)
--
Bill Jonas * bill@billjonas.com * http://www.billjonas.com/
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Benjamin Franklin
If encryption is outlawed, bayl bhgynjf jvyy unir rapelcgvba.
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|