Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <CdAsGhM6Th8@CanLock4all.invalid>
Deutsch   English   Français   Italiano  
<CdAsGhM6Th8@CanLock4all.invalid>

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

Path: ...!news.mixmin.net!weretis.net!feeder8.news.weretis.net!news.trigofacile.com!news.spitfire-nntp.fr!.POSTED!not-for-mail
Message-ID: <CdAsGhM6Th8@CanLock4all.invalid>
Subject: Re: Message sans texte
From: Franck <franck@email.invalid>
References: <tvu486$2qa$1@shakotay.alphanet.ch> <BYUX88O5hEw@CanLock4all.invalid>
Newsgroups: fr.comp.usenet.lecteurs-de-news
User-Agent: MesNews/1.08.06.00 [CanLock4all]
Date: Thu, 20 Apr 2023 09:17:16 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-15"; format=flowed
Content-Transfer-Encoding: 8bit
Cancel-Lock: sha256:NIAve1n/CXFWQcg7Sa+49JYrflznm481s0OqJ0YxdOs= 
 sha1:DY7RgoXFGHrH1kinIqj1adJ6P0k= 
 sha256:SF2A4N6VyTVGWN7cwxJLdAuT+anat966YVHap8+JfaU=
Injection-Info: news.spitfire-nntp.fr; logging-data="C6440e6fe7e87d542"; 
 mail-complaints-to="abuse(at)spitfire-nntp.fr"
Organization: Home of Spitfire News Server, Montpellier (France)
Bytes: 1479
Lines: 21

Bonjour,

> Si de tr�s nombreux serveurs tournant sous INN adoptent ce comportement en 
> envoyant un "441 Article has no body -- just headers", je ne sais pas s'il 
> s'agit d'une option de INN ou de POSTFILTER.

Apr�s v�rification, l'erreur est trait�e directement dans le code de la 
commande POST de INN (nnrpd/post.c) :

NextHeader(char *p)
{

    --- 8< ------ CUT --------

    }
    strlcpy(Error, "Article has no body -- just headers", 
sizeof(Error));
    return NULL;
}

Franck