[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Piping news to a program in inn



> I can't get inn to pipe news to a program.  Following the sample code I have
> the following test newsfeeds file:
>
>  ME:*::
>  capture:*:Tp,Wf:/usr/local/bin/capture %s

I received the answer to this on news.software.nntp.  You use /usr/sbin/sm to
pipe the article to stdout.  So you replace the line above with something like:

>  capture:*:Tp,Wf:/usr/bin/sm %s | /usr/local/bin/capture

Pity the inn docs haven't been updated to reflect this change.

Regards,
Rob





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]