excessive output quenched

"@lbutlr" <[email protected]> Mon, 30 May 2016 15:18:34 -0600
Newsgroups gmane.mail.procmail
Message-ID <[email protected]>
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/
[email protected]
http://mailman.rwth-aachen.de/mailman/listinfo/procmail