Deutsch   English   Français   Italiano  
<t6399j$lvq$1@shakotay.alphanet.ch>

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

Path: ...!3.us.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!news.alphanet.ch!alphanet.ch!.POSTED!not-for-mail
From: Marc SCHAEFER <schaefer@alphanet.ch>
Newsgroups: fr.comp.usenet.serveurs
Subject: Re: Modification =?ISO-8859-1?Q?d=27ent=EAtes?= dans
 filter_nnrpd.pl
Date: Wed, 18 May 2022 17:10:11 -0000 (UTC)
Organization: Posted through ALPHANET
Message-ID: <t6399j$lvq$1@shakotay.alphanet.ch>
References: <t62i34$lot$1@shakotay.alphanet.ch> <t62n97$60c$1@rasp.pasdenom.info>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 18 May 2022 17:10:11 -0000 (UTC)
Injection-Info: shakotay.alphanet.ch; posting-account="schaefer";
	logging-data="22522"; mail-complaints-to="usenet@alphanet.ch"
User-Agent: tin/2.4.3-20181224 ("Glen Mhor") (UNIX) (Linux/4.19.0-20-amd64 (x86_64))
Cancel-Lock: sha256:NjW0Je+IasWQTm8/vJkFlykIU61jHcf3rZb3751+QLM=
Bytes: 1480
Lines: 19

yamo' <yamo@beurdin.invalid> wrote:
>         #pour test
>         $hdr{'X-test'}     = 42;
> 
> Écrit avant :
>         # Cancel-Lock / Cancel-Key
>         add_cancel_lock(\%hdr, $user);

> 
> Je pense qu'il faut peut-être tuer la session tcp si elle existe déjà.

J'ai même fait killall nnrpd :)

    $hdr{'X-test'} = 42;
    $modify_headers = 1;
    INN::syslog('notice', 'X-test 42');

Le syslog s'affiche, mais le $modify_headers = 1; n'a pas d'effet.

Je vais relire la FAQ.