procmail
[Top] [All Lists]

RE: Intermittant procmail error

2008-10-02 14:54:58
Kai Schaetzl wrote Thursday, October 02, 2008 8:32 PM:

I've been plagued by this obscure problem with one of my       
procmail recipes for a long time 


The problem happens on this line:
:0 fbw
    |echo "${SMSBODY}";echo "text:${SMS}"


I bet I know why.

Add an "I" flag to your recipe.

You are getting a pipe closing early on some longer emails
or when your server load slows down the processing.

Well, that's my guess.  Change the initial line to:

  :0 fbwi

Dallman

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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