procmail
[Top] [All Lists]

Re: delayed bounce

2001-07-12 01:36:25
On Wed, 11 Jul 2001, Kayven Riese wrote:
sheesh.. what would i make of this?
the info is out there (below)

  ----- Transcript of session follows -----
sh: exec/usr/local/bin/procmail: not found

Bourne shell tries to execute exec/usr/local/bin/procmail but that command
isn't found... It should try /usr/local/bin/procmail instead...

|IFS=' ' && exec /usr/local/bin/procmail  || exit 75 #kayve... Deferred

The manual suggest the following in the .forward file:
"|exec /usr/local/bin/procmail"

(Remember to include the double quotes.)

You can also try to leave out the spaces surrounding &&:
"|IFS=' '&&exec /usr/local/bin/procmail || exit 75 #kayve"

(Remember to keep the double quotes here too.)

Or you could try to keep the shell:
"|/usr/local/bin/procmail"

(Here you don't have to keep the quotes, but it doesn't hurt to have
them.)

-- 
To err is humor.

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>