Ich bevorzuge deutsch.

Transmitting newsarticles via pipe

The Performance Release ofC-News has a little, but important bug. It's impossible to send newsarticles through a Pipe.

The Entry

mod:infodrom.announce/all::mail joey
would produce the followind shell-command
sh -c "PATH=bla:fasel;< news/group/name/nr (mail joey)"
With my patch you'll get
sh -c "PATH=bla:fasel; (mail joey)< news/group/name/nr"
Here's the patch.
Joey, 4 Jul 1994