Deutsch   English   Français   Italiano  
<t6fph9$r0f$1@rasp.pasdenom.info>

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

Path: ...!3.eu.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!weretis.net!feeder8.news.weretis.net!pasdenom.info!.POSTED.2a01:e0a:21:ea80:2bcd:1898:8c71:814c!not-for-mail
From: yamo' <yamo@beurdin.invalid>
Newsgroups: fr.comp.usenet.serveurs
Subject: Re: Erreur bizarre INN2
Date: Mon, 23 May 2022 13:00:57 +0200
Organization: <http://pasdenom.info/news.html>
Message-ID: <t6fph9$r0f$1@rasp.pasdenom.info>
References: <t4p4q8$hpj$1@shakotay.alphanet.ch>
 <t4p70v$33ooe$1@news.trigofacile.com> <t4p91a$3k1$1@shakotay.alphanet.ch>
 <t4pccu$33sk1$1@news.trigofacile.com> <t67gib$kcp$1@rasp.pasdenom.info>
 <t6dctl$18147$1@news.trigofacile.com>
Reply-To: yamo@groumpf.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 23 May 2022 11:00:57 -0000 (UTC)
Injection-Info: rasp.pasdenom.info; posting-account="stephane@usenet";
	logging-data="27663"; mail-complaints-to="abuse@pasdenom.info"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
 Firefox/68.0 SeaMonkey/2.53.12
Cancel-Lock: sha256:xYc31IjqIvJH6ofa84Sg1ipjjIgd2oPa8VcM1QEs8AE=
In-Reply-To: <t6dctl$18147$1@news.trigofacile.com>
X-Face:  3KI0f?#fLTG@kKi{}=#:0_|0/Yj`]d3fD_\O0w{?AFf"Cw9|V~#Nd.Wks
Bytes: 2279
Lines: 36

Salut Julien,

Julien ÉLIE a tapoté le 22/05/2022 15:13:

>>> Ton rejet "Cancel of non-existing ID" ne provient-il vraiment pas de ton
>>> cleanfeed.local ??
>>>
>>>       https://home.gegeweb.org/rfc8315.html
>>>
>>>     return "$descr of non-existing ID $target";
>>
>> Serait-ce gênant en cas de cleanfeed gérant le cancel-Lock de ne pas
>> rejeter ce type de post?

Rappel du code en question :



   my $headers = INN::head($target) ||
return "$descr of non-existing ID $target";

> Je ne pense pas qu'il faille s'en soucier. Autant accepter l'annulation 
> et la retransmettre.

C'est ce que j'ai fait :

my $headers = INN::head($target);
   if (!$headers){
           saveart('log.cancel',"$descr of non-existing ID $target");
           INN::cancel($target);
#<http://al.howardknight.net/?STYPE=msgid&MSGI=%3Ct6dctl$18147$1@news.trigofacile.com%3E>#sur_une_ligne...
   }

Apparemment ça ne pose pas de soucis.

-- 
Stéphane