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 connectionsPath: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: Michael =?ISO-8859-1?Q?B=E4uerle?=
Newsgroups: news.software.readers
Subject: Re: =?ISO-8859-1?Q?=5BMacCaf=E9=5D?= Version 3.03 is available
Date: Sun, 20 Oct 2024 18:47:48 +0200 (CEST)
Lines: 40
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=fixed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net fn4v76ZNTrZYooO938f4og90yIGR5XF6wNO2QTZ9FZS/njmc3N
X-Orig-Path: not-for-mail
Cancel-Lock: sha1:UTJ+Ixi8pYD9x5CbdOYnfF1qLQQ= sha256:g7daRAiNuu0DR3L+ekc1N+cnlHPg9XgQ0Wsj2C7PNCg= sha1:GiV4CVKW2Nq/qJvOjATayfaKzgU= sha256:67wmi3mxZh+EwPMG8dtyitKO+X8fOPyZLh2W5FvIk8c=
Injection-Date: Sun, 20 Oct 2024 16:47:48 -0000
User-Agent: flnews/1.3.0pre13 (for GNU/Linux)
Bytes: 2476
DV wrote:
>
> [...]
> MacCafé, newsreader for macOS, has been updated to version 3.03. It can
> be downloaded from the website address given in my signature.
> [...]
Just a side note for the optional header field "User-Agent":
|
| User-Agent: MacCafe/3.03/blue mountain (macOS 10.14.6 (18G9323) - iMac13,1)
^^^^^^^^^^^^^^
The marked part looks like a syntax error.
Syntax-Definition from RFC 5536:
|
| user-agent = "User-Agent:" SP 1*product [CFWS] CRLF
| product = [CFWS] token [ [CFWS] "/" product-version ]
| product-version = [CFWS] token
For RFC 5536 uses a reference to RFC 2045:
|
| token := 1*
| tspecials := "(" / ")" / "<" / ">" / "@" /
| "," / ";" / ":" / "\" / <">
| "/" / "[" / "]" / "?" / "="
| ; Must be in quoted-string,
| ; to use within parameter values
A parser should detect "MacCafe" as first and "3.03" as
the associated .
The second "/" would be allowed after a second for a second
, but not as additional for the first
.
Interpretation of "3.03/blue mountain" as is not
allowed because "/" cannot be part of .