Gmail and .net files

Hmm... that is weird. The first thing that occured to me is that it may be because they are source code and potentially malicious. It will allow you to send VB6 source files and .cpp files though. Doesn't make sense to me.
 
Diesel said:
Why does gmail view .vb and .cs files as executable files?
Could it be that they may be VBScript-files and as such can be executed? It's the same as with .bat files, isn't it?

/Kejpa
 
How can a .cs file be Vbscript?
Got me there ;)

vbscript files can be executed with the built in windows scripting engine. I have some vague memories of it being able to execute c# files as well, but someone else might be better updated on that.

HTH
/Kejpa
 
Maybe I will start a petition. It gets annoying, changing the extensions on all the cs and vb files.
 
kejpa said:
I have some vague memories of it being able to execute c# files as well, but someone else might be better updated on that.
If anyone's interested in this, I read this a few days ago. Quite interesting to me, but I've not tried it at all..
 
Anything potentially dangerous is blocked by Google.

They block the VB.Net/C# files, .chm (!?) and .zip (not sure about .rar).

All are listed as potentially harmful. I'm not sure about .Zip, but the .chm and .Net files are listed as executable, which neither are.

The solution is to change the extension. I zip up all of my items/project I want to sent and change the name to .zig or something. That normally works :D
 
GMail seems quite picky - I send my work to and from college in .zips 3 times a week, every week and I've not had a problem at all.. But I have a few friends who can't send their work in zips and have to change the extension as Denaes said.
 
It works like this. Gmail checks your .zips to see if you have any malicious files in them, if you do, it won't work. It also blocks a crapload of other file types. The way I've always gotten around this is to put all files in a .zip and rename the .zip to .zipX then, in the email, tell the recipient that it includes a .zip file renamed to .zipX
 
Back
Top