Re: stripping the signature from an email
"@lbutlr" <[email protected]> Tue, 31 May 2016 23:21:58 -0600
| Newsgroups | gmane.mail.procmail |
|---|---|
| Message-ID | <[email protected]> |
On May 31, 2016, at 11:06 PM, @lbutlr <[email protected]> wrote: > I have the following: > > :0 > { > MSGTEXT=`/usr/local/bin/formail -I ""` > LOG="1 MSGTEXT=${MSGTEXT}${NL}" > MSGTEXT=`echo $MSGTEXT | sed '/^-- $/,$d’` OK, weirdly, this works as expected: MSGTEXT=`/usr/local/bin/formail -I "" | sed '/^-- $/,$d’` -- Think of how stupid the average person is, and realize half of them are stupider than that. ____________________________________________________________ procmail mailing list Procmail homepage: http://www.procmail.org/ [email protected] http://mailman.rwth-aachen.de/mailman/listinfo/procmail