<?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: HOW-TO: Email Bounce Management</title>
	<atom:link href="http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/</link>
	<description>The Blog of J.J. Merrick</description>
	<lastBuildDate>Tue, 24 Aug 2010 18:24:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Fraser</title>
		<link>http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/comment-page-1/#comment-18854</link>
		<dc:creator>Fraser</dc:creator>
		<pubDate>Fri, 15 Jan 2010 02:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/#comment-18854</guid>
		<description>Thanks for sharing this, turned out very useful.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this, turned out very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt</title>
		<link>http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/comment-page-1/#comment-9109</link>
		<dc:creator>Curt</dc:creator>
		<pubDate>Wed, 26 Nov 2008 05:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/#comment-9109</guid>
		<description>Variable IDSTOREMOVE is undefined.  
 
  
The error occurred in C:\inetpub\nwtf\BounceManager\checkBounces.cfm: line 53
 
51 : 
52 : &lt;!--- Just Delete messages that are not bounce messages --&gt;
53 : 
54 : 
55 : </description>
		<content:encoded><![CDATA[<p>Variable IDSTOREMOVE is undefined.  </p>
<p>The error occurred in C:\inetpub\nwtf\BounceManager\checkBounces.cfm: line 53</p>
<p>51 :<br />
52 : <!--- Just Delete messages that are not bounce messages --><br />
53 :<br />
54 :<br />
55 :</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.J. Merrick</title>
		<link>http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/comment-page-1/#comment-89</link>
		<dc:creator>J.J. Merrick</dc:creator>
		<pubDate>Tue, 25 Sep 2007 12:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/#comment-89</guid>
		<description>Ziggy,

The reason being is that I want to know the exact ID of the person in my system. Just scanning the email can cause undesirable results because sometimes the person being emailed may have it forwarded to an address that is defunct. The return email would list the defunct email and not the address in my system. This way I know who the person is in my system regardless of the email address that is in the body.

Later variants of this system did include a &quot;bounce factor&quot; and would do hard bounces and soft bounces. Soft bounces would wait until a certain threshold before deleting from the system. Hard would just do it immediately. This was determined by the subject line which usually always included &quot;failure&quot; in it.</description>
		<content:encoded><![CDATA[<p>Ziggy,</p>
<p>The reason being is that I want to know the exact ID of the person in my system. Just scanning the email can cause undesirable results because sometimes the person being emailed may have it forwarded to an address that is defunct. The return email would list the defunct email and not the address in my system. This way I know who the person is in my system regardless of the email address that is in the body.</p>
<p>Later variants of this system did include a &#8220;bounce factor&#8221; and would do hard bounces and soft bounces. Soft bounces would wait until a certain threshold before deleting from the system. Hard would just do it immediately. This was determined by the subject line which usually always included &#8220;failure&#8221; in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziggy</title>
		<link>http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/comment-page-1/#comment-90</link>
		<dc:creator>ziggy</dc:creator>
		<pubDate>Tue, 25 Sep 2007 10:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/#comment-90</guid>
		<description>Why not use a regular email address to receive them, no subdomain, then scan the email body for the address that failed?

Also, I noticed you delete full quota emails. When I was dumping the emails and processing them somewhat manually to get a list to enter into my crude system, I always added a strike or went back to zero, then deleted if 3 strikes.</description>
		<content:encoded><![CDATA[<p>Why not use a regular email address to receive them, no subdomain, then scan the email body for the address that failed?</p>
<p>Also, I noticed you delete full quota emails. When I was dumping the emails and processing them somewhat manually to get a list to enter into my crude system, I always added a strike or went back to zero, then deleted if 3 strikes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
