lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev work around for lynx email problem


From: Larry W. Virden, x2487
Subject: lynx-dev work around for lynx email problem
Date: Mon, 27 Jul 1998 17:42:05 -0400

This was an easy fix - perhaps TD will want to fix it 'better'...

*** LYMail.c-dist       Mon Jul 27 17:37:42 1998
--- LYMail.c    Mon Jul 27 17:37:49 1998
***************
*** 1253,1259 ****
          StrAllocCat(header, address);
      }
      StrAllocCat(header, buf);
!     sprintf(buf, "X-Mailer: Lynx, Version %s\n", LYNX_VERSION);
      StrAllocCat(header, buf);
  #endif /* VMS */
  
--- 1253,1259 ----
          StrAllocCat(header, address);
      }
      StrAllocCat(header, buf);
!     sprintf(buf, "\nX-Mailer: Lynx, Version %s\n", LYNX_VERSION);
      StrAllocCat(header, buf);
  #endif /* VMS */
  
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

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