<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Attach files to email via command line</title>
	<atom:link href="http://systembash.com/content/linux-command-line-attach-files-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://systembash.com/content/linux-command-line-attach-files-email/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:12:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: aaron</title>
		<link>http://systembash.com/content/linux-command-line-attach-files-email/comment-page-1/#comment-23797</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Fri, 21 Nov 2008 04:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/linux-command-line-attach-files-email/#comment-23797</guid>
		<description>ummm. i hate to burst your bubble but..

nobody in this day/age should be using uuencode for anything.

uuencoded attachments will be destroyed going through a large majority of email systems, especially when the mta involves ASCIIEBCDIC gateways, these will sever the 8th bit control codes.

Theres a good explanation of the problems here:

http://www.imc.org/ietf-822/old-archive1/msg00290.html

And seriously. just use mimencode with base64, its understood by nearly every mail client and won&#039;t get clipped by EBCDIC conversion.</description>
		<content:encoded><![CDATA[<p>ummm. i hate to burst your bubble but..</p>
<p>nobody in this day/age should be using uuencode for anything.</p>
<p>uuencoded attachments will be destroyed going through a large majority of email systems, especially when the mta involves ASCIIEBCDIC gateways, these will sever the 8th bit control codes.</p>
<p>Theres a good explanation of the problems here:</p>
<p><a href="http://www.imc.org/ietf-822/old-archive1/msg00290.html" rel="nofollow">http://www.imc.org/ietf-822/old-archive1/msg00290.html</a></p>
<p>And seriously. just use mimencode with base64, its understood by nearly every mail client and won&#8217;t get clipped by EBCDIC conversion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://systembash.com/content/linux-command-line-attach-files-email/comment-page-1/#comment-41399</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Fri, 21 Nov 2008 04:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/linux-command-line-attach-files-email/#comment-41399</guid>
		<description>ummm. i hate to burst your bubble but..

nobody in this day/age should be using uuencode for anything.

uuencoded attachments will be destroyed going through a large majority of email systems, especially when the mta involves ASCIIEBCDIC gateways, these will sever the 8th bit control codes.

Theres a good explanation of the problems here:

http://www.imc.org/ietf-822/old-archive1/msg00290.html

And seriously. just use mimencode with base64, its understood by nearly every mail client and won&#039;t get clipped by EBCDIC conversion.</description>
		<content:encoded><![CDATA[<p>ummm. i hate to burst your bubble but..</p>
<p>nobody in this day/age should be using uuencode for anything.</p>
<p>uuencoded attachments will be destroyed going through a large majority of email systems, especially when the mta involves ASCIIEBCDIC gateways, these will sever the 8th bit control codes.</p>
<p>Theres a good explanation of the problems here:</p>
<p><a href="http://www.imc.org/ietf-822/old-archive1/msg00290.html" rel="nofollow">http://www.imc.org/ietf-822/old-archive1/msg00290.html</a></p>
<p>And seriously. just use mimencode with base64, its understood by nearly every mail client and won&#8217;t get clipped by EBCDIC conversion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyu</title>
		<link>http://systembash.com/content/linux-command-line-attach-files-email/comment-page-1/#comment-5723</link>
		<dc:creator>hyu</dc:creator>
		<pubDate>Fri, 25 Jan 2008 20:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/linux-command-line-attach-files-email/#comment-5723</guid>
		<description>uuencode f1 f1 &gt; f1.uu
uuencode f2 f2 &gt; f2.uu
echo &quot;mail body&quot; &gt; mail.body
cat mail.body f1.uu f2.uu &#124; mail -s &quot;test e-mail&quot; you.e-mail@address.com</description>
		<content:encoded><![CDATA[<p>uuencode f1 f1 &gt; f1.uu<br />
uuencode f2 f2 &gt; f2.uu<br />
echo &#8220;mail body&#8221; &gt; mail.body<br />
cat mail.body f1.uu f2.uu | mail -s &#8220;test e-mail&#8221; <a href="mailto:you.e-mail@address.com">you.e-mail@address.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyu</title>
		<link>http://systembash.com/content/linux-command-line-attach-files-email/comment-page-1/#comment-41398</link>
		<dc:creator>hyu</dc:creator>
		<pubDate>Fri, 25 Jan 2008 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/linux-command-line-attach-files-email/#comment-41398</guid>
		<description>uuencode f1 f1 &gt; f1.uu
uuencode f2 f2 &gt; f2.uu
echo &quot;mail body&quot; &gt; mail.body
cat mail.body f1.uu f2.uu &#124; mail -s &quot;test e-mail&quot; you.e-mail@address.com</description>
		<content:encoded><![CDATA[<p>uuencode f1 f1 &gt; f1.uu<br />
uuencode f2 f2 &gt; f2.uu<br />
echo &#8220;mail body&#8221; &gt; mail.body<br />
cat mail.body f1.uu f2.uu | mail -s &#8220;test e-mail&#8221; <a href="mailto:you.e-mail@address.com">you.e-mail@address.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gare</title>
		<link>http://systembash.com/content/linux-command-line-attach-files-email/comment-page-1/#comment-4115</link>
		<dc:creator>gare</dc:creator>
		<pubDate>Fri, 12 Oct 2007 22:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/linux-command-line-attach-files-email/#comment-4115</guid>
		<description>How do you attach 2 files ?

:0)
Thanks for posting this solution!.</description>
		<content:encoded><![CDATA[<p>How do you attach 2 files ?</p>
<p>:0)<br />
Thanks for posting this solution!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gare</title>
		<link>http://systembash.com/content/linux-command-line-attach-files-email/comment-page-1/#comment-41397</link>
		<dc:creator>gare</dc:creator>
		<pubDate>Fri, 12 Oct 2007 22:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/linux-command-line-attach-files-email/#comment-41397</guid>
		<description>How do you attach 2 files ?

:0)
Thanks for posting this solution!.</description>
		<content:encoded><![CDATA[<p>How do you attach 2 files ?</p>
<p>:0)<br />
Thanks for posting this solution!.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic

Served from: systembash.com @ 2012-02-09 01:46:01 -->
