gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] [Patch] Underscores in 'make-archive' e-mail


From: Robin Farine
Subject: Re: [Gnu-arch-users] [Patch] Underscores in 'make-archive' e-mail
Date: Tue, 23 Mar 2004 23:26:58 +0100
User-agent: Mozilla Thunderbird 0.5 (X11/20040306)

Frithjof Engel wrote:

-#define char_is_alnum_or_dash(c) (char_is_alnum (c) || (c == '-'))
+#define char_is_alnum_or_dash(c) (char_is_alnum (c) || (c == '-') || (c == 
'_'))

Mmm, currently valid host names must not contain an underscore, which this patch makes possible. Jean's fix seems more correct if we assume that the first part of an archive name has the syntax of an e-mail address.

But I just noticed that tla accepts "address@hidden" as an archive name, so maybe the first part of a correct archive name is not strictly restricted to valid e-mail addresses?

Robin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]