>I sent a longish URL to a friend.  The URL occupied more than one line of 
>text on the default window which opened for a new message.  When the 
>message was received, it was "truncated" in some manner such that the end 
>of the URL appeared on the second line.  There was nothing to indicate 
>that any non-printing character had been inserted.  However, when this 
>URL is received, including when sent back to myself, there is some 
>character inserted which prevents one from clicking on the URL and 
>opening it in a browser, whether the message is read in Emailer or on 
>webmail in one's browser.  The URL has been corrupted and won't open 
>without placing the cursor and backspacing to put the URL back together 
>again (shades of H. Dumpty!)  
>
>Is this something that can be modified with some setting?  Did I do 
>something improperly? Is there a way to fix this so the URL stays 
>together.

I haven't seen a URL parser that can deal properly with line breaks in 
the middle of a URL... UNLESS that URL was wrapped with some kind of 
delimiter.

I'll guess that if you resend the URL, but wrap it inside angle brackets 
(< and >) then it will probably work even after being line split. Angle 
brackets seem to be the delimter of choice (probably because they are 
used in HTML, so most URL parsers know what to do with them already)

ie: <http://www.mythtech.net>

-chris
<http://www.mythtech.net>

___________________________________________________________________________
To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to
<[EMAIL PROTECTED]>  or  <[EMAIL PROTECTED]>

Reply via email to