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

Re: [leafnode-list] whoami() broken for 2.0b8_ma10pre3.2



Raymond Scholz <rscholz@xxxxxx> writes:

> Hi!
>
> All newly generated Xref headers have a strange server name in them,
>
> | Xref: mde1mde1.home gnus.gnus-bug:3720
>
> while /etc/hosts says
>
> | 192.168.0.1	mde1 mde1.home
>
> I think this patch fixes it:

>  		if (is_validfqdn(*alias)) {
> +		    fqdn[0] = '\0';		    
>  		    strncat(fqdn, *alias, 255);
>  		    break;

Indeed, I hosed that one. Thanks for the report and the fix. The patch
has also applied to the 1.9.x tree.

However, it looks as though mde1.home was not a valid (registered)
domain name, so it is only suitable for servers which have no external
connectivity. (I. e. never run fetchnews on a server with this
hostname).

-- 
Matthias Andree

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list