Subj : Re: Telnet Vs SSH
To   : Jon Watson
From : Rob Swindell
Date : Tue Nov 02 2004 02:55 pm

 Re: Re: Telnet Vs SSH
 By: Jon Watson to rob swindell on Tue Nov 02 2004 06:50 am

> ======>>> Rob Swindell, 1:0/0 wrote:
>
> Originally to: Jon Watson
>
> I would keep (and convert) any existing origin lines as it helps track gated
> messages and other potential problems.
>
>
> <<<====== end quote
>
>
> Convert? How so?

Replace the '*' with a '#' (before adding your own Origin line).

Example (in C):

       if(!strncmp((char *)buf+l," * Origin: ",11))
            buf[l+1]='#';  /* Convert " * Origin" into " # Origin" */

                                                 digital man

Snapple "Real Fact" #93:
A Kangaroo can jump 30 feet.