![]()
From: Craig A Summerhill (craig@cni.org)
Date: Tue Mar 09 1999 - 05:26:39 CST
Daniel,
Here is another bug in the 2a15 code.
URLs appearing within the body of the message that already have brackets
around them are not getting HTMLized correctly by 2a15:
<http://www.cimi.org/about/how_to_join.html>.
This is what hypermail 2a15 would generate for the above two lines:
<<A HREF="http://www.cimi.org/about/how_to_join.html>
http://www.cimi.org/about/how_to_join.html>
The problem, as you can see, is the nesting of the < and > when it
gets marked up. The program appears to be adding the > to the
URL, and then attempting to build an HTML HREF out of it... Correct
markups would be...
<http://www.cni.org/>
<<A HREF="http://www.cimi.org/about/how_to_join.html">
http://www.cimi.org/about/how_to_join.html>>
Haven't tested for other wrappers
e.g. ( and )
[ and ]
around the URL to see how 2a15 handles them, but I suspect they would
be treated the same.
-- Craig A. Summerhill, Systems Coordinator and Program Officer Coalition for Networked Information 21 Dupont Circle, N.W., Washington, D.C. 20036 Internet: craig@cni.org AT&Tnet (202) 296-5098
![]()