Sujet : Re: Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
De : iulius (at) *nospam* nom-de-mon-site.com.invalid (Julien ÉLIE)
Groupes : news.admin.peering news.admin.net-abuse.usenet news.software.nntpDate : 13. Mar 2024, 20:53:26
Autres entêtes
Organisation : Groupes francophones par TrigoFACILE
Message-ID : <ust07m$11ff$1@news.trigofacile.com>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla Thunderbird
Hi Adam,
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).
There's a Perl module for that:
https://metacpan.org/pod/News::Article::NoCeM
use News::Article::NoCeM;
my $nocem = new News::Article::NoCeM();
$nocem->hide($type, $spam);
$nocem->make_notice($type, $name, $issuer, $group, $prefix);
$nocem->sign($keyid, $passphrase);
$nocem->issue($conn, $ihave);
Also, Paolo made public the tools he wrote in PHP to generate NoCeM messages:
https://github.com/Aioe/acancelbot https://github.com/Aioe/usenetools/tree/master/lib (see cancel.php)
I've not tested them, but they may be a good start.
-- Julien ÉLIE« Je ne suis ni pour ni contre, bien au contraire ! » (Coluche)