"Dan" wrote in message
news

Some of the attachments I receive are just lines of code
Perhaps they use Linefeed as a line end instead of CRLF?
while attachments
in other emails appear just fine. Seems, but I'm not sure, that the problem
attachments usually come from the same people. Is there anything I can do to
correct this?
TIA...Dan
Open them with a program which treats LF as line end?
E.g. I think IE might even do that for you...
In a pinch I think you could pipe the output of more (in a cmd window)
to a new file and open that with your other viewer instead...
XML files are often an example of what I am getting at
but IE treats them differently because of the extension.
Rename the extension to see the real effect and then
compare with View Source. E.g. Notepad treats LF
as a data character.
HTH
Robert Aldwinckle
---