Deutsch   English   Français   Italiano  
<te4fh0$tbs$2@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 06:12:49 -0000 (UTC)
Organization: Posted through news.alphanet.ch
Message-ID: <te4fh0$tbs$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> <te08jc$h0e$2@shakotay.alphanet.ch> <te31bp$97a$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 06:12:49 -0000 (UTC)
Injection-Info: shakotay.alphanet.ch; posting-account="schaefer";
	logging-data="30076"; 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:UIxGYL5E+RfOayzEv0FsNAZyVdOBackrYQzZFkAVwv4= sha256:0k1ktHpyegfIfb1b6atvjJSLmDrw/FQX46531ox4chE=
Bytes: 1984
Lines: 21

jdd <jdd@dodin.org> wrote:
> 1;  #<- est-ce utile?

Oui, si c'est inclus par l'autre: une lib Perl doit toujours retourner
"vrai".

> j'espère que le $config_dir est mis à jour quelque part, car la valeur 
> indiquée dans cleanfeed n'est pas du tout la bonne pour moi 
> (/usr/local/news/cleanfeed/etc), j'ai /etc/news/filter

Il se peut aussi que le cleanfeed de base ne fasse pas l'appel à ta
fonction, voir /etc/news/filter/filter_innd.pl:

        if (defined &local_filter_first) {
            my @result = local_filter_first();
            return reject(@result) if $result[0];
        }

dans la fonction: filter_art

A noter que filter_art, chez moi, n'appelle local_filter_first du
cleanfeed.local QUE si ce n'est PAS un article de contrôle.