lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev work around for lynx email problem


From: davidh
Subject: Re: lynx-dev work around for lynx email problem
Date: Mon, 27 Jul 1998 20:29:32 -0500 (CDT)

> -     sprintf(buf, "X-Mailer: Lynx, Version %s\n", LYNX_VERSION);
> +     sprintf(buf, "\nX-Mailer: Lynx, Version %s\n", LYNX_VERSION);

This change will only cause more problems, because the extra \n should
go right before the "Content-Type:" header, not the "X-Mailer:" header
mentioned in your patch. ______
                               |
                              \|/
> X-URL: mailto:address@hidden: text/plain; charset=iso-8859-1
> X-Mailer: Lynx, Version 2.8.1dev.17d

Also, that patch (based on context clues of "#endif /* VMS */") appears
to only affect the VMS version.  Unless it's a #if/#else/#endif, in which
case, you should ignore this paragraph.  :-)

David Henderson
--
Star Trek?  Psi Phi!  Visit http://www.psiphi.org/ for the latest news
and rumors about "Star Trek: Deep Space Nine" and "Star Trek: Voyager"
----------------------------------------------------------------------
<*> davidh at psiphi.org, davidh at imsa.edu, davidh at cyberdesic.com

reply via email to

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