Sujet : Ratio nombre de lignes de citation / nombre de lignes de réponse
De : jdd (at) *nospam* dodin.org (jdd)
Groupes : fr.comp.usenet.serveursDate : 16. Aug 2022, 19:29:17
Autres entêtes
Organisation : Le serveur de jdd pour fr*
Message-ID : <tdgnlt$kia$1@ns507557.dodin.fr.nf>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0
oui, pardon, j'avais oublié de modifier le sujet :-(
Le 16/08/2022 à 20:15, Marc SCHAEFER a écrit :
jdd <jdd@dodin.org> wrote:
un lien sur la façon de faire ce réglage?
As-tu un fichier /etc/news/filters/filter_nnrpd.pl ?
La config est au début de ce fichier.
on ne dirait pas
#!/usr/bin/perl -wc
# vim: shiftwidth=4 tabstop=4 autoindent smartindent smarttab
use strict;
use Digest::MD5;
our (%hdr, $modify_headers);
sub filter_post {
# Hash the NNTP-Posting-Host header
my $ctx = Digest::MD5->new;
$ctx->add($hdr{'NNTP-Posting-Host'});
$ctx->add("A touch of salt");
$hdr{'NNTP-Posting-Host'} = $ctx->hexdigest;
undef $hdr{'X-Trace'};
# Modify headers for postings from the Reece Mail2News
if ($hdr{'Mail-To-News-Contact'} =~ /abuse\@reece\.net\.au/) {
undef $hdr{'X-Complaints-To'};
$hdr{'Path'} = 'reece.net.au!not-for-mail';
};
# Refuse these From addresses
if ($hdr{From} =~/
\@darkshado.ca/ix) {
return 'Sender address (From) is blacklisted';
};
$modify_headers = 1;
return '';
}
-- mon serveur dodin.fr.nf