Deutsch   English   Français   Italiano  
<usqpkg$p4s$1$arnold@news.chmurka.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!news2.arglkargh.de!news.karotte.org!news.szaf.org!news.chmurka.net!.POSTED.172.24.44.20!not-for-mail
From: aw@somewhere.invalid (Adam W.)
Newsgroups: news.admin.peering,news.admin.net-abuse.usenet,news.software.nntp
Subject: Re: Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Date: Tue, 12 Mar 2024 23:48:32 -0000 (UTC)
Organization: news.chmurka.net
Message-ID: <usqpkg$p4s$1$arnold@news.chmurka.net>
References: <ur8tvu$2kvca$1@paganini.bofh.team> <urdcco$32d7v$1@paganini.bofh.team> <urdp1i$ri$1@panix2.panix.com> <ured45$38ql5$1@paganini.bofh.team> <urfp6g$kt2$1@panix2.panix.com> <12cc984a8aee148c3d4573cad0ff711e@www.novabbs.org>
NNTP-Posting-Host: 172.24.44.20
Injection-Date: Tue, 12 Mar 2024 23:48:32 -0000 (UTC)
Injection-Info: news.chmurka.net; posting-account="arnold"; posting-host="172.24.44.20";
	logging-data="25756"; mail-complaints-to="abuse-news.(at).chmurka.net"
User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/6.1.21-v7+ (armv7l))
Cancel-Lock: sha1:yPjTp42/a+Dik2nTKRfB1B9Wc1k=
	sha1:D6VlYO6H/SLER1gNCJjjFi7kB4g= sha256:2GG6paiyyz4HIq1AI+I6YkUd/eXoaTDL8Yj+LibDQOQ=
	sha1:mV2QkmroYo+OilMe16HBdwh2fyI= sha256:LTrVaYMBlfpqiODXFuMpZ5qEneqfYE5KdmkDLUgyz+s=
Bytes: 2986
Lines: 38

In news.admin.peering Retro Guy <retroguy@novabbs.com> wrote:

> I think most admins are using custom scripts to produce nocem messages. 
> I know that I am. It's just necessary to produce a properly formatted 
> and signed post, so not too complicated. I produce mine (i2pn2.org) with 
> a php script, then post it with a bash script.

I just revisited this thread, so pardon me for resurrecting it after two 
weeks.

It's the same in my case. A combination of Python, C++ and Bash code 
filters articles and generates NoCeMs on my server (news.chmurka.net).

There's a standarized and ready-made way to process incoming NoCeMs, but 
I don't know of any ready-made way to generate them (which doesn't mean 
that it doesn't exist).

When adding custom filters to the server, one usually has to write some 
code anyway, and NoCeMs, as Retro Guy said, aren't that complicated to 
generate.

Here's a piece I wrote about NoCeMs on my server, if someone's interested.

http://news.chmurka.net/nocem.php

It's true that it's a way to automate spam filtering across servers that 
trust each other, but:

a) technically nothing prevents ordinary users from using NoCeMs in their 
own readers (public keys are public, everyone can verify NoCeMs), I just 
don't think that there are readers that support it (but it can be added 
with some amount of coding)

b) nothing prevents ordinary users from posting NoCeMs, publishing a 
policy, and gaining reputation (leading to their NoCeMs being honored by 
servers), although this mechanism works best if it has a realtime feed of 
articles (so it's best to run it on a newsserver)

Adam