procmail
[Top] [All Lists]

Re: Sendmail having trouble calling procmail

1998-04-22 10:48:29
On Wed, 22 Apr 1998, Ralph SOBEK wrote:

Is there a safe way to just have the mail fallback to the main
mailbox?  What is that "|| exit 75" code that I see in some examples?

The exit 75 says "If you can't find procmail, send exit 75 to sendmail
which will tell it to try again."

Make sure you also have the #yourusername at the end or you could lose
email.

Here is my .forward:
"|IFS=' '&&p=/usr/local/bin/procmail&&test -x $p&&exec $p -Ypf-||exit 75 
#luomat"


TjL