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: Frithjof Engel
Subject: Re: [Gnu-arch-users] [Patch] Underscores in 'make-archive' e-mail
Date: Wed, 24 Mar 2004 18:32:21 +0100
User-agent: Mutt/1.5.5.1+cvs20040105i

On Di, Mär 23, 2004 at 11:26:58 +0100, Robin Farine wrote:
> 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.

Yes, you are right. I did not test for that. Jean's fix works much
better. 




reply via email to

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