Deutsch   English   Français   Italiano  
<te08jc$h0e$2@shakotay.alphanet.ch>

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

Path: ...!news.mixmin.net!aioe.org!news.alphanet.ch!alphanet.ch!.POSTED!not-for-mail
From: Marc SCHAEFER <schaefer@alphanet.ch>
Newsgroups: fr.comp.usenet.serveurs
Subject: Re: refuser les posts d'un utilisateur =?ISO-8859-1?Q?=28=E0?= sa
 demande)
Date: Mon, 22 Aug 2022 15:50:04 -0000 (UTC)
Organization: Posted through news.alphanet.ch
Message-ID: <te08jc$h0e$2@shakotay.alphanet.ch>
References: <te03sg$l3t$1@ns507557.dodin.fr.nf> <te04nl$lbq$2@ns507557.dodin.fr.nf> <te05mr$agk$1@shakotay.alphanet.ch>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 22 Aug 2022 15:50:04 -0000 (UTC)
Injection-Info: shakotay.alphanet.ch; posting-account="schaefer";
	logging-data="17422"; mail-complaints-to="usenet@alphanet.ch"; posting-host="634ce6c9682d817d72f6177875e2bb4f.nnrp.alphanet.ch"
User-Agent: tin/2.4.3-20181224 ("Glen Mhor") (UNIX) (Linux/4.19.0-21-amd64 (x86_64))
Cancel-Lock: sha256:pbFdRM2rXQkuUcpOWOVJun6rf5XtU8wOlqPytfZFn8o= sha256:7aueIyDwFHcz/1fwSB+0C4q2W6li65V/Vu1aegdMGvY=
Bytes: 1556
Lines: 12

M.V. <mv@gmail.com.invalid> wrote:
> La question posée par jdd se résume à ça : comment rejeter les posts qui
> présentent le champ « X-No-Dodin: yes » (*) dans leur en-tête ?

Solution 1: tu mets un !dodin.fr.nf! dans le Path avant de soumettre tes
articles.

Solution 2: jdd met dans /etc/news/cleanfeed/cleanfeed.local quelque
chose comme, dans local_filter_first:

if ($hdr{X-No-Dodin} eq 'yes') {
   return reject('MV');
}