Hi All, I have an issue with a web application in that when it send out an email internally the attachments are missing. If they go externally everything is fine. We have recently (last 2 weeks) upgraded from exchange 5.5 to exchange 2003 and everything was working beforehand. I get no error messages or warning saying attachments are missing/blocked and I have checked all the antivirus/spam blockers that we use. When looking in the headers it shows that the attachment is there but nothing is there. I have attached a copy of the headers. Can anybody suggest what is going wrong or missing Microsoft Mail Internet Headers Version 2.0 Received: from xxx.xx.xxx.xxx ([172.24.219.40]) by xxx.xx.xxx.xxx with Microsoft SMTPSVC(6.0.3790.3959); Mon, 29 Oct 2007 10:28:40 +0000 Received: from xxx.xx.xxx.xxx ([172.24.151.152]) by xxx.xx.xxx.xxx with Microsoft SMTPSVC(6.0.3790.1830); Mon, 29 Oct 2007 10:28:40 +0000 From: xxx@xxx.com To: yyy@yyy.com Message-ID: <xxx.xx.xxx.xxx> Subject: Claims MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_54_18640381.1193653721370" Return-Path: xxx@xxx.com X-OriginalArrivalTime: 29 Oct 2007 10:28:40.0263 (UTC) FILETIME=[790E1D70:01C81A16] Date: 29 Oct 2007 10:28:40 +0000 ------=_Part_54_18640381.1193653721370 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit ------=_Part_54_18640381.1193653721370 Content-Type: application/octet-stream; name=test117157.txt Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=test117157.txt ------=_Part_54_18640381.1193653721370-- Thanks in advance Regards Andy
If anyone is interested we managed to work out the issue. The mails were being sent from the applications in a mime/alternative format. Once this was changed to mime/mixed everything started to work ok "Andy White" <whitean@bupa.com.nospam> wrote in message news:udV6N%23hGIHA.5980@TK2MSFTNGP04.phx.gbl... > Hi All, > > I have an issue with a web application in that when it send out an email > internally the attachments are missing. If they go externally everything > is fine. > > We have recently (last 2 weeks) upgraded from exchange 5.5 to exchange > 2003 and everything was working beforehand. > > I get no error messages or warning saying attachments are missing/blocked > and I have checked all the antivirus/spam blockers that we use. > > When looking in the headers it shows that the attachment is there but > nothing is there. I have attached a copy of the headers. > > Can anybody suggest what is going wrong or missing > > Microsoft Mail Internet Headers Version 2.0 > Received: from xxx.xx.xxx.xxx ([172.24.219.40]) by xxx.xx.xxx.xxx with > Microsoft SMTPSVC(6.0.3790.3959); > Mon, 29 Oct 2007 10:28:40 +0000 > Received: from xxx.xx.xxx.xxx ([172.24.151.152]) by xxx.xx.xxx.xxx with > Microsoft SMTPSVC(6.0.3790.1830); > Mon, 29 Oct 2007 10:28:40 +0000 > From: xxx@xxx.com > To: yyy@yyy.com > Message-ID: <xxx.xx.xxx.xxx> > Subject: Claims > MIME-Version: 1.0 > Content-Type: multipart/alternative; > boundary="----=_Part_54_18640381.1193653721370" > Return-Path: xxx@xxx.com > X-OriginalArrivalTime: 29 Oct 2007 10:28:40.0263 (UTC) > FILETIME=[790E1D70:01C81A16] > Date: 29 Oct 2007 10:28:40 +0000 > > ------=_Part_54_18640381.1193653721370 > Content-Type: text/html; charset=us-ascii > Content-Transfer-Encoding: 7bit > > ------=_Part_54_18640381.1193653721370 > Content-Type: application/octet-stream; name=test117157.txt > Content-Transfer-Encoding: 7bit > Content-Disposition: attachment; filename=test117157.txt > > > ------=_Part_54_18640381.1193653721370-- > > Thanks in advance > > Regards > > Andy >