Deutsch   English   Français   Italiano  
<te4tuc$rpi$1@shakotay.alphanet.ch>

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

Path: ...!weretis.net!feeder8.news.weretis.net!news.imp.ch!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: Wed, 24 Aug 2022 10:18:52 -0000 (UTC)
Organization: Posted through news.alphanet.ch
Message-ID: <te4tuc$rpi$1@shakotay.alphanet.ch>
References: <te03sg$l3t$1@ns507557.dodin.fr.nf> <te04nl$lbq$2@ns507557.dodin.fr.nf> <te05mr$agk$1@shakotay.alphanet.ch> <te08jc$h0e$2@shakotay.alphanet.ch> <te31bp$97a$1@ns507557.dodin.fr.nf> <te4fh0$tbs$2@shakotay.alphanet.ch> <te4jc1$jhs$1@ns507557.dodin.fr.nf>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 24 Aug 2022 10:18:52 -0000 (UTC)
Injection-Info: shakotay.alphanet.ch; posting-account="schaefer";
	logging-data="28466"; 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:aHoZ9r2O8RWy5vGEbcYF51DQwg4TjIVt+AqdI/w0PJ8= sha256:gsr69DilvVtutxVYRDWty71bUxqHUyPkWxdPyXJYzSs=
Bytes: 1789
Lines: 20

jdd <jdd@dodin.org> wrote:
>> perl -cw /etc/news/filter/cleanfeed.local
> Name "main::hdr" used only once: possible typo at 
> /etc/news/filter/cleanfeed.local line 5.
> /etc/news/filter/cleanfeed.local syntax OK
> 
> je n'ai que �a ligne 5
> 
> if ($hdr{X-No-Dodin} eq 'yes') {

En fait $hdr est une variable implicite configur�e par INN2, donc c'est
correct.  La seule suggestion �ventuelle c'est de remplacer

$hdr{X-No-Dodin}

par

$hdr{'X-No-Dodin'}

pour �viter des ambiguit�s.