<?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="https://systembash.com/linux-command-line-attach-files-email/feed/" rel="self" type="application/rss+xml" />
	<link>https://systembash.com/linux-command-line-attach-files-email/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Fri, 21 Nov 2008 04:59:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>
	<item>
		<title>
		By: aaron		</title>
		<link>https://systembash.com/linux-command-line-attach-files-email/#comment-23797</link>

		<dc:creator><![CDATA[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><![CDATA[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 ugc">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>https://systembash.com/linux-command-line-attach-files-email/#comment-41399</link>

		<dc:creator><![CDATA[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><![CDATA[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 ugc">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>https://systembash.com/linux-command-line-attach-files-email/#comment-5723</link>

		<dc:creator><![CDATA[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><![CDATA[uuencode f1 f1 &#062; f1.uu
uuencode f2 f2 &#062; f2.uu
echo &quot;mail body&quot; &#062; 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>https://systembash.com/linux-command-line-attach-files-email/#comment-41398</link>

		<dc:creator><![CDATA[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><![CDATA[uuencode f1 f1 &#062; f1.uu
uuencode f2 f2 &#062; f2.uu
echo &quot;mail body&quot; &#062; 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>https://systembash.com/linux-command-line-attach-files-email/#comment-4115</link>

		<dc:creator><![CDATA[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><![CDATA[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>https://systembash.com/linux-command-line-attach-files-email/#comment-41397</link>

		<dc:creator><![CDATA[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><![CDATA[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>
