[EMAIL PROTECTED] wrote:
I want to be able to run sophos on a linux machine against all incoming articles to scan for virii. I know how I'd do this in INND, but I'm not sure how to run an app on each article.
This may create a performance problem. But with a partial feed you can probably
get away with it if you
can make your scanner work like this:
In dnews.conf define
filter_cmd "path to program "
The program should accept the news message on 'stdin' and then scan it, it should
respond with 'only'
435\r\n == to reject a virus
200\r\n == accept message
ChrisP.