An email client might wrap the display of the URL onto a second line, but if it's worth it's salt it won't actually stick a newline in the string, which *would* wreck your URL (in the sense of making an unusable hypertext link, for clients that support that sort of thing).

Other than this mostly display-related issue, I can't think of what you might mean by a URL not fitting into an email. If it's aesthetics you're worried about, well, you already have that ugly string in there, so might as well overdo it while you're into it. (as Steve Vai would say).

So if you want to provide clickable links, try it with the full-dress md5 hash. An alternative thing is to truncate the hash and hope for the best, i.e. grab the last 16 characters and hope none of the values collides? Or maybe I shouldn't recommend anything so reckless ...

Philosophy can be made out of anything. Or less -- Jerry A. Fodor


In reply to Re: Compact MD5 representation by arturo
in thread Compact MD5 representation by jplindstrom

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.