<?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: mailx and lotus notes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093863#M725829</link>
    <description>Unfortunately I don't have any faxservers here, all the attachment facts I provided are from a mail reader perspective. Mair readers are capable of detecting multiple attachments in the mail message and the only way they can do that is by having these "headers" before the encoded body of each attachment.&lt;BR /&gt;Look in the faxserver's documentation in case you find some information about this. &lt;BR /&gt;&lt;BR /&gt;Or may someone else has faxserver experience.&lt;BR /&gt;&lt;BR /&gt;What is the faxserver software you are using?</description>
    <pubDate>Fri, 22 Feb 2008 15:00:05 GMT</pubDate>
    <dc:creator>TTr</dc:creator>
    <dc:date>2008-02-22T15:00:05Z</dc:date>
    <item>
      <title>mailx and lotus notes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093858#M725824</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i send a mail from a ux box containing a body text and two attachements.&lt;BR /&gt;The first one arrives correctly the second one do not arrives but i see some characters realted to it:&lt;BR /&gt;begin 664 LISTQTSA.txt &amp;lt;;'-C:&amp;amp;EA=F]N94!A&lt;BR /&gt;&lt;BR /&gt;If I send the same mail to may hotmail box I am able to see both of them correctly.&lt;BR /&gt;&lt;BR /&gt;The command I use is the folowing:&lt;BR /&gt;{ echo 'MLST=|LISTQTSA.txt|';echo 'ID=|QR000388549|';echo 'BC=|QTSA|';echo 'OFRMT=|Pdf|';echo 'KEEPBODY';echo 'SUBJ=|Ns.miglior off&lt;BR /&gt;erta n. QR000388549 del 18/02/2008 per  S.R.L.|';echo 'FROM=||';echo 'ORIENTATION=|Landscape|';echo '@@##EndOfParameterSect&lt;BR /&gt;ion##@@';uuencode ../SPF/MAILQTSA_LP_01_01_P3920301 MAILQTSA.txt;uuencode ../DAT/OCGOML38_08022114374011 LISTQTSA.txt;} |mailx -m -s&lt;BR /&gt; 'QR000388549 del 18/02/2008' gwfax@box.com&lt;BR /&gt;&lt;BR /&gt;I send the two file saparately one per time, the arrive correctly.&lt;BR /&gt;I send them togheter but without -m, and i saw the original error.&lt;BR /&gt;I try to use ux2dos before uunecoding, same error.&lt;BR /&gt;&lt;BR /&gt;Did you know any hint ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Angelo</description>
      <pubDate>Thu, 21 Feb 2008 16:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093858#M725824</guid>
      <dc:creator>SILVERSTAR</dc:creator>
      <dc:date>2008-02-21T16:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: mailx and lotus notes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093859#M725825</link>
      <description>You append the encoded attachments back to back and that is your problem. &lt;BR /&gt;&lt;BR /&gt;There should be another section filename and type information for the SECOND attachment between the two uuencode statements.&lt;BR /&gt;Without it the mail reader does not know there is a second attachment. What you see as "begin 644..." is the encoded piece of the second attachment appearing as text in the mail message. Without the header information before it, the mail reader can not decode it. You still can decode the second attachment but you have to do it manually (save it to a file and run uudecode)</description>
      <pubDate>Thu, 21 Feb 2008 19:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093859#M725825</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-02-21T19:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: mailx and lotus notes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093860#M725826</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;so wich is the section I should put between the to uuencode command.&lt;BR /&gt;&lt;BR /&gt;Consider that the following:&lt;BR /&gt;echo 'MLST=|LISTQTSA.txt|';echo 'ID=|QR000388549|';echo 'BC=|QTSA|';echo 'OFRMT=|Pdf|';echo 'KEEPBODY';echo 'SUBJ=|Ns.miglior off&lt;BR /&gt;erta n. QR000388549 del 18/02/2008 per S.R.L.|';echo 'FROM=||';echo 'ORIENTATION=|Landscape|';echo '@@##EndOfParameterSect&lt;BR /&gt;ion##@@'&lt;BR /&gt;is used to format the printer/fax server which receive the two files.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Angelo</description>
      <pubDate>Fri, 22 Feb 2008 10:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093860#M725826</guid>
      <dc:creator>SILVERSTAR</dc:creator>
      <dc:date>2008-02-22T10:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: mailx and lotus notes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093861#M725827</link>
      <description>&lt;!--!*#--&gt;I don't know the exact fax server format or what the fax capabilities are but I do know that in a mail message with 2 attachments, you must have something like&lt;BR /&gt;&lt;BR /&gt;echo statements for first attachment&lt;BR /&gt;uuencode of first attachment&lt;BR /&gt;echo statements for second attachment&lt;BR /&gt;uuencode of second attachment&lt;BR /&gt;&lt;BR /&gt;Based on your commands I would try something like this but you have to verify your fax server syntax.&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;echo 'MLST=|LISTQTSA.txt|';&lt;BR /&gt;echo 'ID=|QR000388549|';&lt;BR /&gt;echo 'BC=|QTSA|';&lt;BR /&gt;echo 'OFRMT=|Pdf|';&lt;BR /&gt;echo 'KEEPBODY';&lt;BR /&gt;echo 'SUBJ=|Ns.miglior offerta n. QR000388549 del 18/02/2008 per S.R.L.|';&lt;BR /&gt;echo 'FROM=||';&lt;BR /&gt;echo 'ORIENTATION=|Landscape|';&lt;BR /&gt;echo '@@##EndOfParameterSection##@@';&lt;BR /&gt;uuencode ../SPF/MAILQTSA_LP_01_01_P3920301 MAILQTSA.txt;&lt;BR /&gt;echo 'MLST=|LISTQTSA.txt|';&lt;BR /&gt;echo 'ID=|QR000388549|';&lt;BR /&gt;echo 'BC=|QTSA|';&lt;BR /&gt;echo 'OFRMT=|Pdf|';&lt;BR /&gt;echo 'KEEPBODY';&lt;BR /&gt;echo 'SUBJ=|Ns.miglior offerta n. QR000388549 del 18/02/2008 per S.R.L.|';&lt;BR /&gt;echo 'FROM=||';&lt;BR /&gt;echo 'ORIENTATION=|Landscape|';&lt;BR /&gt;echo '@@##EndOfParameterSection##@@';&lt;BR /&gt;uuencode ../DAT/OCGOML38_08022114374011 LISTQTSA.txt;&lt;BR /&gt;} |mailx -m -s 'QR000388549 del 18/02/2008' gwfax@box.com</description>
      <pubDate>Fri, 22 Feb 2008 12:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093861#M725827</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-02-22T12:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: mailx and lotus notes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093862#M725828</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I try but the result is the same the second file does not arrive.&lt;BR /&gt;&lt;BR /&gt;I also try with the following one but I get the same issue:&lt;BR /&gt;&lt;BR /&gt;export EMAIL_TO=my@mail.com&lt;BR /&gt;export EMAIL_FROM=server&lt;BR /&gt;export EMAIL_SUBJECT='000388549 del 18/02/2008'&lt;BR /&gt;export EMAIL_BODY='   '&lt;BR /&gt;export FILE_NAME='    '&lt;BR /&gt;export ATTACHED_FILE='    '&lt;BR /&gt;&lt;BR /&gt;echo "To:      $EMAIL_TO" &amp;gt; soggetto&lt;BR /&gt;echo "From:    $EMAIL_FROM" &amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo "Subject: $EMAIL_SUBJECT" &amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo "MIME-Version: 1.0" &amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo 'Content-type: multipart/mixed; boundary="xxxxyyyzzqzzyyyxxxx"' &amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo '--xxxxyyyzzqzzyyyxxxx'&amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo "" &amp;gt;&amp;gt; soggetto &lt;BR /&gt;&lt;BR /&gt;echo 'MLST=|LISTQTSA.txt|' &amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo 'ID=|QR000388549|' &amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo 'OFRMT=|Pdf|'&amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo 'KEEPBODY'&amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo 'SUBJ=|Ns.miglior offerta n. QR000388549 del 18/02/2008 per  FATROTEK S.R.L.|'&amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo 'FROM=||'&amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo 'ORIENTATION=|Landscape|'&amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo '@@##EndOfParameterSection##@@'&amp;gt;&amp;gt; soggetto&lt;BR /&gt;&lt;BR /&gt;uuencode ../SPF/MAILQTSA_LP_01_01_P3920300 MAILQTSA.txt &amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo "MIME-Version: 1.0" &amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo 'Content-type: multipart/mixed; boundary="xxxxyyyzzqzzyyyxxxx"' &amp;gt;&amp;gt; soggetto&lt;BR /&gt;echo '--xxxxyyyzzqzzyyyxxxx'&amp;gt;&amp;gt; soggetto&lt;BR /&gt;uuencode ../DAT/OCGOML38_08022114055588 LISTQTSA.txt &amp;gt;&amp;gt; soggetto&lt;BR /&gt;&lt;BR /&gt;cat soggetto |/usr/sbin/sendmail -t&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Angelo</description>
      <pubDate>Fri, 22 Feb 2008 13:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093862#M725828</guid>
      <dc:creator>SILVERSTAR</dc:creator>
      <dc:date>2008-02-22T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: mailx and lotus notes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093863#M725829</link>
      <description>Unfortunately I don't have any faxservers here, all the attachment facts I provided are from a mail reader perspective. Mair readers are capable of detecting multiple attachments in the mail message and the only way they can do that is by having these "headers" before the encoded body of each attachment.&lt;BR /&gt;Look in the faxserver's documentation in case you find some information about this. &lt;BR /&gt;&lt;BR /&gt;Or may someone else has faxserver experience.&lt;BR /&gt;&lt;BR /&gt;What is the faxserver software you are using?</description>
      <pubDate>Fri, 22 Feb 2008 15:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093863#M725829</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-02-22T15:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: mailx and lotus notes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093864#M725830</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the fax server I think has no importance at this point, the mails arrive corrupted at the lotus notes mailbox. This means that before lotus notes send the files to the fax server they are already corrupted such as I have described above.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;Angelo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2008 15:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093864#M725830</guid>
      <dc:creator>SILVERSTAR</dc:creator>
      <dc:date>2008-02-22T15:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: mailx and lotus notes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093865#M725835</link>
      <description>OK I see. There are additional headers needed to indicate the "Content-Type".&lt;BR /&gt;&lt;BR /&gt;But rather than spending time trying to construct the headers manually each time you should try an mailer program that can email files as attachments on a commad line. Two commonly used such programs are "mutt" and "mpack" and are available for HP-UX on the HP-UX porting and archive site &lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/mutt-1.5.17/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/mutt-1.5.17/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You don't need to specify headers, these prgrams create the headers and and encode the files. (mutt has runtime dependancies, it needs other software installed)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Search on this list for sending attachments in batch</description>
      <pubDate>Fri, 22 Feb 2008 16:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093865#M725835</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-02-22T16:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: mailx and lotus notes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093866#M725836</link>
      <description>Lotus Notes admin is looking for a fix on its side.</description>
      <pubDate>Mon, 25 Feb 2008 14:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-and-lotus-notes/m-p/5093866#M725836</guid>
      <dc:creator>SILVERSTAR</dc:creator>
      <dc:date>2008-02-25T14:01:03Z</dc:date>
    </item>
  </channel>
</rss>

