<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ben.hamilton.id.au &#187; RFC</title>
	<atom:link href="http://ben.hamilton.id.au/tag/rfc/feed" rel="self" type="application/rss+xml" />
	<link>http://ben.hamilton.id.au</link>
	<description>what I find interesting in tech and CRM</description>
	<lastBuildDate>Sun, 13 Nov 2011 21:37:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Updated SMTP RFC</title>
		<link>http://ben.hamilton.id.au/general/updated-smtp-rfc?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=updated-smtp-rfc</link>
		<comments>http://ben.hamilton.id.au/general/updated-smtp-rfc#comments</comments>
		<pubDate>Mon, 06 Oct 2008 11:18:36 +0000</pubDate>
		<dc:creator>Ben Hamilton</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[RFC]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://ben.hamilton.id.au/?p=78</guid>
		<description><![CDATA[Well. Didn&#8217;t expect to see this, but here it is, the RFCs regarding SMTP have been updated. (hat tip) # Makes for an interesting read if your into this kind of thing. #]]></description>
			<content:encoded><![CDATA[<p class="winerlinks-enabled"><a name="p0"></a>Well. Didn&#8217;t expect to see this, but here it is, the <a href="http://blog.mailchannels.com/2008/10/update-to-email-standards.html">RFCs regarding SMTP have been updated</a>. (<a href="http://anarchaia.org/archive/2008/10/02.html">hat tip</a>) <a ref="permalink" title="Permalink to this paragraph" class="winerlink" href="http://ben.hamilton.id.au/general/updated-smtp-rfc#p0">#</a><p class="winerlinks-enabled"><a name="p1"></a>
Makes for an interesting read if your into this kind of thing. <a ref="permalink" title="Permalink to this paragraph" class="winerlink" href="http://ben.hamilton.id.au/general/updated-smtp-rfc#p1">#</a>]]></content:encoded>
			<wfw:commentRss>http://ben.hamilton.id.au/general/updated-smtp-rfc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email error codes</title>
		<link>http://ben.hamilton.id.au/how-to/email-error-codes?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=email-error-codes</link>
		<comments>http://ben.hamilton.id.au/how-to/email-error-codes#comments</comments>
		<pubDate>Tue, 26 Aug 2008 03:39:32 +0000</pubDate>
		<dc:creator>Ben Hamilton</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[RFC]]></category>

		<guid isPermaLink="false">http://ben.hamilton.id.au/?p=37</guid>
		<description><![CDATA[Ever got an email message saying something like this? This is an automatically generated Delivery Status Notification. THIS IS A WARNING MESSAGE ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. Delivery to the following recipients has been delayed. < &#8230; <a href="http://ben.hamilton.id.au/how-to/email-error-codes">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p class="winerlinks-enabled"><a name="p0"></a>Ever got an email message saying something like this?<br />
<code>This is an automatically generated Delivery Status Notification.<br />
THIS IS A WARNING MESSAGE ONLY.<br />
YOU DO NOT NEED TO RESEND YOUR MESSAGE.<br />
Delivery to the following recipients has been delayed.<br />
              < someone@example.com ><br />
The reason for the problem:<br />
4.1.0 - Unknown address error 451-'DNS temporary failure (#4.3.0)'</code> <a ref="permalink" title="Permalink to this paragraph" class="winerlink" href="http://ben.hamilton.id.au/how-to/email-error-codes#p0">#</a><p class="winerlinks-enabled"><a name="p1"></a>
If you have, then like me, deciphering this is made heaps easier with these two pages: <a href="http://support.microsoft.com/kb/256321/">this page at Microsoft, which list the Enhanced Status Codes for Delivery</a> as per <a href="http://www.ietf.org/rfc/rfc1893.txt">RFC 1893 &#8211; Enhanced Mail System Status Codes</a>. <a ref="permalink" title="Permalink to this paragraph" class="winerlink" href="http://ben.hamilton.id.au/how-to/email-error-codes#p1">#</a><p class="winerlinks-enabled"><a name="p2"></a>
Using this, I now know that 4.1.0 &#038; 4.3.0 means: <a ref="permalink" title="Permalink to this paragraph" class="winerlink" href="http://ben.hamilton.id.au/how-to/email-error-codes#p2">#</a><p class="winerlinks-enabled"><a name="p3"></a>
<strong>4.X.X   Persistent Transient Failure</strong><br />
       A persistent transient failure is one in which the message as<br />
       sent is valid, but some temporary event prevents the successful<br />
       sending of the message.  Sending in the future may be successful.<br />
<strong>X.1.0   Other address status</strong><br />
          Something about the address specified in the message caused<br />
          this DSN.<br />
<strong>X.3.X   Mail System Status</strong><br />
          Mail system status indicates that something having to do<br />
          with the destination system has caused this DSN.  System<br />
          issues are assumed to be under the general control of the<br />
          destination system administrator.<br />
<strong>X.0.0   Other undefined Status</strong><br />
          Other undefined status is the only undefined error code. It<br />
          should be used for all errors for which only the class of the<br />
          error is known. <a ref="permalink" title="Permalink to this paragraph" class="winerlink" href="http://ben.hamilton.id.au/how-to/email-error-codes#p3">#</a><p class="winerlinks-enabled"><a name="p4"></a>
All of which let me know where to start looking in order to fix this. Hope you find it useful too. <a ref="permalink" title="Permalink to this paragraph" class="winerlink" href="http://ben.hamilton.id.au/how-to/email-error-codes#p4">#</a>]]></content:encoded>
			<wfw:commentRss>http://ben.hamilton.id.au/how-to/email-error-codes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

