diff options
author | nbm <nbm@FreeBSD.org> | 2000-08-02 18:24:57 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-08-02 18:24:57 +0800 |
commit | bcbf94e986bcc56b277c59f2288d77e4aaf9cd8c (patch) | |
tree | 76413f313a49e264ea6873499567f59de00c76b2 /news/c-nocem/pkg-descr | |
parent | c77c352adb57bab946e4985a07c1d43b46b1f050 (diff) | |
download | freebsd-ports-gnome-bcbf94e986bcc56b277c59f2288d77e4aaf9cd8c.tar.gz freebsd-ports-gnome-bcbf94e986bcc56b277c59f2288d77e4aaf9cd8c.tar.zst freebsd-ports-gnome-bcbf94e986bcc56b277c59f2288d77e4aaf9cd8c.zip |
Add c-nocem, a fast filter to remove spam (works with cnews)
PR: ports/17302
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'news/c-nocem/pkg-descr')
-rw-r--r-- | news/c-nocem/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
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/ |