Deutsch   English   Français   Italiano  
<stebvt$fk9$1@ns507557.dodin.fr.nf>

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

Path: ...!weretis.net!feeder6.news.weretis.net!i2pn.org!dodin.fr.nf!.POSTED.82-64-122-108.subs.proxad.net!not-for-mail
From: jdd <jdd@dodin.org>
Newsgroups: fr.comp.usenet.serveurs
Subject: =?UTF-8?Q?Re=3a_probl=c3=a8me_nocem/gpg?=
Date: Wed, 2 Feb 2022 17:37:16 +0100
Organization: Le serveur de jdd pour fr*
Message-ID: <stebvt$fk9$1@ns507557.dodin.fr.nf>
References: <stdpfg$1kf$1@ns507557.dodin.fr.nf>
 <stdqm5$qqj$1@shakotay.alphanet.ch> <stduea$5jt$1@ns507557.dodin.fr.nf>
 <ste1rt$sgk$2@shakotay.alphanet.ch> <ste83d$cci$1@ns507557.dodin.fr.nf>
 <steamf$k45$1@shakotay.alphanet.ch>
NNTP-Posting-Host: c3066ed76bae8bcc0e476efb157ff758
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 2 Feb 2022 16:37:17 -0000 (UTC)
Injection-Info: ns507557.dodin.fr.nf; posting-host="82-64-122-108.subs.proxad.net:82.64.122.108";
	logging-data="16009"; mail-complaints-to="abuse"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
 Thunderbird/91.5.0
In-Reply-To: <steamf$k45$1@shakotay.alphanet.ch>
Content-Language: fr
Bytes: 2265
Lines: 39

Le 02/02/2022 à 17:15, Marc SCHAEFER a écrit :
> jdd <jdd@dodin.org> wrote:
>> j'en ai trois, rajouter && 0 ?? à chaque?
> 
> non, juste celui à la ligne 289.

je n'ai pas tout à fait la même numérotation :-(

> 
> Voici en contextuel:

oui, je pense avoir trouvé

>           open(STDERR, '>&STDOUT');
j'ai mis en remarque:
#        if ($INN::Config::gpg) {
          if ($INN::Config::gpg && 0 ) {

je n'ai pas la ligne debug

au final j'ai ça:

         # changé à la demande de Marc

#        if ($INN::Config::gpg) {
         if ($INN::Config::gpg && 0 ) {
             exec($INN::Config::gpg, '--status-fd=1',
                 '--verify', '--allow-weak-digest-algos',
                 $keyring ? '--keyring=' . $keyring : '', $art);
         } else {
             exec($INN::Config::gpgv, '--status-fd=1',
                 $keyring ? '--keyring=' . $keyring : '', $art);
         }
         exit 126;
     }

on va bien voir si les messages d'erreur stoppent :-)

merci
jdd