<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: XML corrupted when sent as attachement in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807847#M52430</link>
    <description>Willem,&lt;BR /&gt;&lt;BR /&gt;I am rather busy at this instant, so I cannot play with the examples that you attached.&lt;BR /&gt;&lt;BR /&gt;However, on several occasions BEFORE the utility support, I have directly injected messages with attachments into the SMTP delivery system by using C-KERMIT to directlty connect to TCP Port 25 and processing the SMTP dialogue (which is not particularly difficult).&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
    <pubDate>Mon, 19 Jun 2006 07:34:01 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2006-06-19T07:34:01Z</dc:date>
    <item>
      <title>XML corrupted when sent as attachement</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807845#M52428</link>
      <description>We found a weird behavious when sending an XML file as an attachment.&lt;BR /&gt;&lt;BR /&gt;* Application creates an XML-file&lt;BR /&gt;* This file is sent using TCPIP$SMTP_SFF.EXE&lt;BR /&gt;* On receipt it seems tha every "=" in the original file cases a skip of the next two characters.&lt;BR /&gt;&lt;BR /&gt;Attached the output to be sent, code that creates the file used by TCPIP$SMTP_SFF, and the resulting, corrupted file.&lt;BR /&gt;The DCL code is part of the batch procedure  that handles sending of the XML file.&lt;BR /&gt;&lt;BR /&gt;We need to have this file copied as an attachement because the receiver is an application that will read this (as XML) and will process it.&lt;BR /&gt;&lt;BR /&gt;What way can we sent this XML files - as it is now - so teh reciver will get the right data?&lt;BR /&gt;&lt;BR /&gt;Willem &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 06:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807845#M52428</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2006-06-19T06:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: XML corrupted when sent as attachement</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807846#M52429</link>
      <description>I suspect that the processing of the '=' is related to &lt;BR /&gt;Content-Transfer-Encoding: quoted-printable&lt;BR /&gt;&lt;BR /&gt;Parhaps you need to specify something else.</description>
      <pubDate>Mon, 19 Jun 2006 07:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807846#M52429</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-06-19T07:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: XML corrupted when sent as attachement</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807847#M52430</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;I am rather busy at this instant, so I cannot play with the examples that you attached.&lt;BR /&gt;&lt;BR /&gt;However, on several occasions BEFORE the utility support, I have directly injected messages with attachments into the SMTP delivery system by using C-KERMIT to directlty connect to TCP Port 25 and processing the SMTP dialogue (which is not particularly difficult).&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 19 Jun 2006 07:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807847#M52430</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-06-19T07:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: XML corrupted when sent as attachement</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807848#M52431</link>
      <description>Ian,&lt;BR /&gt;I thought it had to do with something in the part before. I guess I can simply take this out (it's only needed for non-text, I think?)&lt;BR /&gt;&lt;BR /&gt;Robert,&lt;BR /&gt;It should be solved with the standard software - extra software is no option ;-(</description>
      <pubDate>Mon, 19 Jun 2006 08:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807848#M52431</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2006-06-19T08:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: XML corrupted when sent as attachement</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807849#M52432</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;I would agree with Ian. &lt;BR /&gt;&lt;BR /&gt;My suggestion was meant in the event that there was some longer duration problem than the Content Type&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 19 Jun 2006 08:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807849#M52432</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-06-19T08:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: XML corrupted when sent as attachement</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807850#M52433</link>
      <description>&lt;A href="http://en.wikipedia.org/wiki/Quoted-printable" target="_blank"&gt;http://en.wikipedia.org/wiki/Quoted-printable&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 19 Jun 2006 09:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807850#M52433</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-06-19T09:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: XML corrupted when sent as attachement</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807851#M52434</link>
      <description>Willem, the problem is: Your command-file produces a mime header specifying "quoted-printable", but then continues to insert the XML as plain text. The receiving side does what the header says: interpret the XML as quoted-printable, where the "=" (amongst others) has special meaning.&lt;BR /&gt;&lt;BR /&gt;The easiest is to change encoding to 7bit/8bit.&lt;BR /&gt;But I recommend real quoted-printable, unless You are sure plain text survives all mail gateways and receivers. The VMS MIME utility does the conversion and produces all headers nicely.&lt;BR /&gt;&lt;BR /&gt;Look in some recent discussion on MIME attachment sending in this forum. There are several procedures mentioned.</description>
      <pubDate>Mon, 19 Jun 2006 09:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xml-corrupted-when-sent-as-attachement/m-p/3807851#M52434</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-06-19T09:43:56Z</dc:date>
    </item>
  </channel>
</rss>

