ra@rlgvax.UUCP (06/02/83)
If you installed the changes to header.c for 2.10 that Mark Horton
mailed out, please note that the line:
if (index(ptr, '@@') && !index(ptr, '!') && !seenrelay)
should really be:
if (index(ptr, '@@') && !index(ptr, '!') && seenrelay)
If the '!' is present, the "From: " line is not used and a "fake" From:
line is guessed at from the "Path:" line.
The symptoms are that in readnews you will see something like:
Path: ..rlgvax!ra
instead of
Path: ..rlgvax!ra (Rick Adams @ RLG Corp., Reston, VA)
Also, when the article is passed on to the neighboring sites,
the full name will be stripped off.
Rick Adams
RLG Corp.
{seismo,allegra,mcnc}!rlgvax!ra