Gmail blocks external HTML links

Get the latest on wired & wireless, talk network setups, get help with connectivity problems, web hosts, etc.
Post Reply
sh_ithe_ad
Sargeant at Arms
Posts: 244
Joined: Thu Dec 11, 2003 4:28 pm

Gmail blocks external HTML links

Post by sh_ithe_ad » Tue Jul 20, 2010 12:43 pm

When I send a HTML link to my gmail account heres what happens. If the link is linked to anything with a .com or any other known domain name the email never arrives. For example if the email has <a href="www.google.com">link</a> in it, it won't make it to my inbox. If on the other hand I change that to <a href="www.google.sdf">link</a>, the email will get there so it seems fairly obvious that gmail filters out any links to external sites by searching for .com, .org, .cc or any other known domain name. Is there any way to bypass this? I tried replacing the .com with ASCII codes but it didn't work. I noticed the ASCII code for a capital C will come out as a lowercase c so its obvious google processes the inputted HTML then reprints it itself. I haven't tried obfuscating with javascript because I doubt gmail will process javascript in an email. Can anyone think of another sneaky to bypass this filter system?

User avatar
Cool_Fire
Not a sandwich
Posts: 1912
Joined: Fri May 09, 2003 1:20 pm
Location: 41 6d 73 74 65 72 64 61 6d
Contact:

Re: Gmail blocks external HTML links

Post by Cool_Fire » Tue Sep 21, 2010 4:45 am

well, you can just spell out the whole thing, like "www dot google dot com" But as far as making clickable links is concerned, I think Google has that pretty well covered.

User avatar
Thor
htd0rg lieutenant
Posts: 440
Joined: Tue Dec 18, 2007 9:39 am
Location: Location Location

Re: Gmail blocks external HTML links

Post by Thor » Wed Sep 22, 2010 7:06 pm

Im not understanding, I just did a quick test myslef by sending http://www.hackerthreads.com to myself. I simply wrote out http://www.hackerthreads.com > highlighted it > then clicked the link button. It sent and works fine.

Code: Select all

<a target="_blank" href="http://www.hackerthreads.com">www.hackerthreads.com</a>
Sending this html even works, just a little messy. If they are filtering, it must be for something else.

User avatar
Cool_Fire
Not a sandwich
Posts: 1912
Joined: Fri May 09, 2003 1:20 pm
Location: 41 6d 73 74 65 72 64 61 6d
Contact:

Re: Gmail blocks external HTML links

Post by Cool_Fire » Thu Sep 23, 2010 1:59 am

I must admit I've not actually tried, I was reasoning from logic.

Post Reply