Re: Procmail: "Error while writing to..." bash script

2005-08-24 Thread Paul Nevai
Hi Tom: Please be more specific. Where did you add a "cat - > /dev/null" line. In your . procmailrc or in your bash script and in which position? Please respond to [EMAIL PROTECTED] since I am not reading this list. I found this using Google. Thanks, Paul -- To UNSUBSCRIBE, email to [EMAI

Re: Procmail: "Error while writing to..." bash script

2003-10-02 Thread Tom
On Thu, Oct 02, 2003 at 09:00:19PM -0700, Tom wrote: [ferget it -- I found the magic flag "i" for the recipe that says ignore write errors --- sorry for the noise] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Procmail: "Error while writing to..." bash script

2003-10-02 Thread Tom
My .procmailrc pipes certain messages to a bash script that just certain sound files based on the arguments passed. The script doesn't read stdin. I noticed lots of "Error while writing to..." in the procmaillog, and the manpage says this means can't write to file or pipe terminated early. S