procmail
[Top] [All Lists]

excessive output quenched

2016-05-30 16:19:00
I have the following in my sms include.

MSGTEXT=`/usr/local/bin/formail -I ""| /usr/local/bin/lynx --dump 
--dont_wrap_pre -stdin`

And then

MSGTEXT=`echo $MSGTEXT | sed '/:$/d' |sed '/^>/d'`
SMSTEXT=`echo $MSGTEXT | sed -e 's/^   //' |sed -e 's/[-=_]//g'| tr '\n' ' '  | 
cut -c1-140`

This SOMETIMES results int eh following errors:

procmail: Excessive output quenched from "/usr/local/bin/formail -I ""| 
/usr/local/bin/lynx --dump --dont_wrap_pre -stdin”

procmail: Excessive output quenched from "echo $MSGTEXT | sed '/:$/d' |sed 
'/^>/d'"

You would think this happens with excessively long messages, but it doesn’t. 
Some of the messages are quite short, though they will be messages with 
multiple parts (usually a txt and an HTML portion).

-- 
I WILL NOT TRADE PANTS WITH OTHERS Bart chalkboard Ep. 7F05


____________________________________________________________
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>
  • excessive output quenched, @lbutlr <=