[4953] in bugtraq
Re: procmail
daemon@ATHENA.MIT.EDU (Illuminatus Primus)
Mon Jul 21 08:44:02 1997
Date: Mon, 21 Jul 1997 01:10:58 -0400
Reply-To: Illuminatus Primus <vermont@GATE.NET>
From: Illuminatus Primus <vermont@GATE.NET>
X-To: jamie <batsy@VAPOUR.NET>
To: BUGTRAQ@NETSPACE.ORG
In-Reply-To: <Pine.BSF.3.96.970718172439.14027A-100000@vapour.net>
On Fri, 18 Jul 1997, jamie wrote:
> Greetings Citizen!
>
> Here's a heads up to anyone running procmail v3.11pre4.
>
> FILES=| sed -n -e 's/^Subject:.*request \(.*\)/\1/p'
>
> | (cat; cat $FILES) | $SENDMAIL -oi -t
Not only that.. but is it as easy to run shell commands as it looks? Or
will procmail escape metacharacters inside variables automagically? (man
procmailrc says nothing about automatic escaping, but does say pipes are
passed to the shell for evaluation if they contain metacharacters... which
this one does.)
The fun of escape c0dez continue..
-vermont@gate.net