<?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: Facing issues with VMS MAIL Line wrap in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055366#M24467</link>
    <description>Great Help from forum folks.</description>
    <pubDate>Thu, 28 Jun 2007 02:48:31 GMT</pubDate>
    <dc:creator>Pradeep Nair_1</dc:creator>
    <dc:date>2007-06-28T02:48:31Z</dc:date>
    <item>
      <title>Facing issues with VMS MAIL Line wrap</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055362#M24463</link>
      <description>I'm using Open VMS 8.2-1 on itanium. I'm getting an informative message while trying to send a log file, &lt;BR /&gt;&lt;BR /&gt;$ mail $1$DGAxxx:[somedire]somelogfile.LOG "smtp%user@domain.com" -&lt;BR /&gt;_$ /subject="test send"&lt;BR /&gt;&lt;BR /&gt;%TCPIP-I-SMTP_LINEWRAP, line contains more then 1000 bytes, splitting into multiple lines&lt;BR /&gt;&lt;BR /&gt;Where i dont want these line wrap to be happened. &lt;BR /&gt;&lt;BR /&gt;Appreciate if someone can help me to resolve this or give some information to get more insight for this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Pradeep</description>
      <pubDate>Thu, 28 Jun 2007 01:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055362#M24463</guid>
      <dc:creator>Pradeep Nair_1</dc:creator>
      <dc:date>2007-06-28T01:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues with VMS MAIL Line wrap</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055363#M24464</link>
      <description>Pradeep,&lt;BR /&gt;&lt;BR /&gt;acc. to the HELP/MESSAGE longer lines are not possible acc. to the RFC.&lt;BR /&gt;&lt;BR /&gt;SMTP_LINEWRAP,  line contains more then 1000 bytes, splitting into&lt;BR /&gt;                 multiple lines&lt;BR /&gt;&lt;BR /&gt;  Facility:     TCPIP, Simple Mail Transfer Protocol (SMTP)&lt;BR /&gt;&lt;BR /&gt;  Explanation:  The SMTP protocol (RFC 821) does not support message bodies&lt;BR /&gt;                with single lines longer than 998 characters (or 1000 lines&lt;BR /&gt;                if the closing &lt;CRLF&gt; characters are included). When TCP/IP&lt;BR /&gt;                SMTP detects lines longer than 998 characters, it splits those&lt;BR /&gt;                lines into multiple lines in the SMTP message that is sent.&lt;BR /&gt;&lt;BR /&gt;  User Action:  If the split lines cause a problem for the recipient, then&lt;BR /&gt;                encode the file before sending and decode it on receipt.&lt;BR /&gt;                                                                        &lt;BR /&gt;&lt;BR /&gt;regards Kalle&lt;/CRLF&gt;</description>
      <pubDate>Thu, 28 Jun 2007 01:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055363#M24464</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-06-28T01:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues with VMS MAIL Line wrap</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055364#M24465</link>
      <description>Pradeep,&lt;BR /&gt;&lt;BR /&gt;As Kalle explains the line can not have more than 1000 bytes.&lt;BR /&gt;&lt;BR /&gt;Try to use MIME to create an attachment:&lt;BR /&gt;&lt;BR /&gt;$ MIME&lt;BR /&gt;NEW /NODIT mail.txt&lt;BR /&gt;ADD/ENCODING=Base64 logfile.log&lt;BR /&gt;SAVE&lt;BR /&gt;$ MAIL mail.txt "user@domain.com" /subject="sub"&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2007 02:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055364#M24465</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-06-28T02:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues with VMS MAIL Line wrap</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055365#M24466</link>
      <description>Thanks Kalle &amp;amp; Bojan for extending your wings.&lt;BR /&gt;&lt;BR /&gt;It was really helpful and i resolved the problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pradeep Kumar P</description>
      <pubDate>Thu, 28 Jun 2007 02:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055365#M24466</guid>
      <dc:creator>Pradeep Nair_1</dc:creator>
      <dc:date>2007-06-28T02:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issues with VMS MAIL Line wrap</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055366#M24467</link>
      <description>Great Help from forum folks.</description>
      <pubDate>Thu, 28 Jun 2007 02:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/facing-issues-with-vms-mail-line-wrap/m-p/5055366#M24467</guid>
      <dc:creator>Pradeep Nair_1</dc:creator>
      <dc:date>2007-06-28T02:48:31Z</dc:date>
    </item>
  </channel>
</rss>

