On Mon, 5 Nov 2007 15:05:36 +0100 Mislav Kasner <mislav_kasner_MAKNI_ / yahoo.com> wrote: > Hello, > > I want to write a Procmail recipe that pipes a message to a > Ruby script as ARGV argument. > I wrote this recipe but it doesn't work. > > :0 > * ^TO_* > | ruby main.rb > > How can I pass a message as argument to the script? e.g. :0 fw * ^X-MS-Has-Attach: yes | ${HOME}/bin/fixup_b0rken_tnef.rb