From bcbf94e986bcc56b277c59f2288d77e4aaf9cd8c Mon Sep 17 00:00:00 2001 From: nbm Date: Wed, 2 Aug 2000 10:24:57 +0000 Subject: Add c-nocem, a fast filter to remove spam (works with cnews) PR: ports/17302 Submitted by: Dirk Meyer --- news/c-nocem/pkg-descr | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 news/c-nocem/pkg-descr (limited to 'news/c-nocem/pkg-descr') diff --git a/news/c-nocem/pkg-descr b/news/c-nocem/pkg-descr new file mode 100644 index 000000000000..be0d926aeb88 --- /dev/null +++ b/news/c-nocem/pkg-descr @@ -0,0 +1,20 @@ + + c-nocem - NoCeM for C News and INN + + This is a program for the easy and efficient application of the NoCeM + protocol on the news spool. Which means, articles for which a NoCeM + with "action=hide" is accepted, will be deleted from your news system + as if they had been cancelled. With the installation described below, + these will be processed as fast as possible and should work like real + cancels. + + Unlike the standard implementation of NoCeM, this version is optimized + for the most common case of "spam cancels". In fact, it can do nothing + else. It can not be run by a normal user, it does not need or + manipulate state like .newsrc files, it processes only "hide" actions, + and that only by actually deleting the articles. + + c-nocem is designed for easy setup and fast run and needs no + maintenance. + +WWW: http://sites.inka.de/~bigred/ -- cgit