Matus UHLAR - fantomas wrote: >> http://puffin.net\software\spam\samples\0005_body.txt > > Address Not Found > > puffin.net\software\spam\samples\0005_body.txt could not be found. > Please check the name and try again. > > Did nobody ever told you that URL directories are separated by > slashes, not backslashes? > > Or is this a part of the obfuscation schema?
Obfuscation schema, a.k.a. Microsoft Windows (+IE? I don't remember), which handles it fine (or at least it used to). That combination will (probably?) only barf if the protocol delimiter (://) is reversed, possibly excepting the pseudo-protocol file:// (something like "file:\\c|\windows\system32" may work despite the fact that it should* be "file://c|/windows/system32" assuming I've recalled the colon mapping correctly ... I'm reaching back ~8y here). * For interesting definitions of 'should'