Home : Products : Gossamer Mail : Discussion :

Products: Gossamer Mail: Discussion: Re: [srinivas] Showing HTTPS links in mail messages...: Edit Log

Here is the list of edits for this post
Re: [srinivas] Showing HTTPS links in mail messages...
Hi,

Try editing admin/GMail.pm and change line 830 from:

$_[0] =~ s!(http://\S+)(\Z|\s|\b)!

to:

$_[0] =~ s!((?:https?|ftp|mailto|news|telnet)://\S+)(\Z|\s|\b)!

and I think it should work.

Cheers,

Alex
--
Gossamer Threads Inc.

Last edited by:

Alex: Mar 4, 2002, 5:49 PM

Edit Log: