Multi mime mail generation

Hello,

since 5 Years we use a Notes based newsletter system, developed by me. Until now it runs on a DOMINO 6.5.4 server.

This Notes application is using the option to generate multi mime mail and contains some graphics. The newsletter are generated by a periodical agent and saved directly to the MAIL.BOX.

Everything works fine until we have upgraded some DOMINO server to version 8.5.1.

From now on the generated newsletter shows the graphics not only at the correct place in the newsletter articele but additional as attachments of the mail document.

I’ve checked the mail header of newsletter articles under both DOMINO versions.

In DOMINO 6.5.4 the header of the mail looks like this:

Received: from [141.88.222.222] (helo=mx02.ihk.de)

by mx10.web.de with esmtp (WEB.DE 4.110 #24)

id 1PBGib-0001iD-00

for uscheunemann@web.de; Thu, 28 Oct 2010 02:51:49 +0200

X-IronPort-AV: E=Sophos;i=“4.58,248,1286143200”;

d=“gif’147?scan’147,208,217,147”;a=“840391”

Received: from extmail.ludwigshafen.ihk.de ([141.88.149.25])

by md02.ihk.de with ESMTP; 28 Oct 2010 02:51:49 +0200

Received: from intmail2v2.ihkpfalz (intmail2v2.IHKPFALZ [192.168.21.32])

by extmail.ludwigshafen.ihk.de (Postfix) with ESMTP id 2084E68005

for uscheunemann@web.de; Thu, 28 Oct 2010 02:51:42 +0200 (CEST)

Received: from DoSe01V85.IHKPFALZ (dose01v85.IHKPFALZ [192.168.21.41])

by intmail2v2.ihkpfalz (Postfix) with ESMTP id 1621716105

for uscheunemann@web.de; Thu, 28 Oct 2010 02:51:42 +0200 (CEST)

Date: Thu, 28 Oct 2010 02:51:18 +0200

To: uscheunemann@web.de

From: IHK-Aktuell@pfalz.ihk24.de

ReplyTo:

MIME-Version: 1.0

Message-ID: OFE6CB584D.6E4F3563-ONC12577CA.00046866@pfalz.ihk24.de

X-MIMETrack: Itemize by Agent Manager on DoSeHOT/IHKPfalz/DE(Release 6.5.4|March 27, 2005) at

28.10.2010 02:48:09,

Serialize by Router on DoSe01/luz/DE(Release 8.5.1FP4|July 25, 2010) at

28.10.2010 02:51:41

Content-Type: multipart/related;

boundary=“==IFJRGLKFGIR42473UHRUHIHD”

X-IHKPfalz-MailScanner-Information: processed at extmail.ludwigshafen.ihk.de

X-IHKPfalz-MailScanner: Found to be clean

X-IHKPfalz-MailScanner-SpamScore: s

X-IHKPfalz-MailScanner-From: ihk-aktuell@pfalz.ihk24.de

Subject: IHK-Aktuell fuer Sie, Ihre Informationen von der IHK Pfalz

X-Spam-Status: No

In Domino 8.5.1 FP4 the header looks like this:

Date: Fri, 1 Oct 2010 01:22:14 +0200

To: uscheunemann@web.de

From: IHK-Aktuell@pfalz.ihk24.de

ReplyTo:

MIME-Version: 1.0

Message-ID: OFD795E9E7.487456AC-ONC12577AE.008060AC@pfalz.ihk24.de

X-MIMETrack: Itemize by Agent Manager on dose04/luz/DE(Release 8.5.1FP4|July 25, 2010) at

01.10.2010 01:22:13,

Serialize by Router on DoSe01/luz/DE(Release 8.5.1FP4|July 25, 2010) at

01.10.2010 01:22:16

MIME-Version: 1.0

MIME-Version: 1.0

Content-Type: multipart/related;

boundary=“==IFJRGLKFGIR13566UHRUHIHD”

You can see that there are multiple entries of ‘MIME-Version: 1.0’. May be that this is a part of the problem?

And (!) in my agent (LotusScript) is no call to Set hdMimeType = mimeBody.CreateHeader( “MIME-Version” )

Call hdMimeType.SetHeaderVal( “1.0” ).

If someone has a workarround, it would be nice to know.

Hopefully the IBM Developers will accept that this is realy a error. Hopefully it will be fixed in future versions.