On 12/10/05, Yizhar Hurwitz <[EMAIL PROTECTED]> wrote: > As far as I understand, this is probably because the function > "replace_with_warning" adds a text/plain part, > and some EMail clients (like MS Outlook Express) displays the link as regular > plain text instead of creating a link from > it. > > Here is an example from one of my test messages: <---SNIP---> > So, my question is: > How can I use the function "replace_with_url", but make my best effort so > that the recipient will be able to simply > click on the URL instead of needing to copy & paste it?
Two options off the top of my head: Ugly: Send a text/html mail, with correct HTML formatting Ok: Wrap the url in angle brackets: <http://10.0.0.4/mail_parts/attachment.zip> -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche _______________________________________________ Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

