HansMueller
Wed Oct 25 08:46:01 CDT 2006
I would agree with the tone of the message being crude, and some people have
to show bravado in threads they didn't take the time to understand fully, so
I have learned to ignore them.
The SMTP gateway DOES change the LINE format of messages using chunking and
folding to reformat long lines. If you examine the text of the mail placed
in the drop directory, and compare that to a TCPIP stream capture, you will
see it. The data that is sent is the same data that ends up in the badmail
directory on an unroutable mail address.
The dot before the filename extension is not missing from the file in the
drop directory, but is missing in the file in the badmail directory.
The link that I sent was meant to point out the rfc which specifies
transparency rules. The IIS SMTP service breaks the message into line
lengths of less than 72 characters and issues each line as a seperate SMTP
DATA command statement to the receiving smtp service. It's a standard
process that most smtp gateways adhere to when sending and it usually works
correctly.
The problem is that the IIS SMTP gateway for some reason discards the 71st
character only if it is a period in a string that is unbroken by whitespace.
I can document and reproduce the problem 100% of the time. I wasn't trying
to get help on whether or not it is happening, just hoping that someone ran
into this problem before and could point me to a fix or work-around.
I'm sorry if others thought that I was claiming that the message was being
reformatted.
I will open an incident with microsoft.
"Tim" wrote:
> Slightly on the rude side, but true. Your e-mail client determines the
> format of the message. The SMTP service is merely the protocol used for
> transmitting and delivering the message.
>
> "KL327" wrote:
>
> > > It is documented by microsoft at:
> > >
> > >
http://support.microsoft.com/kb/293852
> >
> > Did you in fact look at what was listed there ? Outlook is a client,
> > not a server. Also, look at the date of that article.
> >
> > The smtp service does not format your message, I don't care where you
> > are looking, it is you client that formats it.
> >
> > You seem to be on a quest and good luck with that, I think it's you
> > knowledge that is the problem here and you have gotten it into your
> > head that the smtp service is perfoming formatting on your emails which
> > it doesnt.
> >
> >