<?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 for Sanity Software Wisdom</title>
	<atom:link href="http://keakaj.com/wisdom/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://keakaj.com/wisdom</link>
	<description>Programming Wisdom for Mac OS X and Ruby on Rails Developers</description>
	<lastBuildDate>Fri, 17 Jul 2009 05:31:09 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on VERP on Rails by Brian Armstrong</title>
		<link>http://keakaj.com/wisdom/2007/08/08/verp-on-rails/comment-page-1/#comment-940</link>
		<dc:creator>Brian Armstrong</dc:creator>
		<pubDate>Fri, 17 Jul 2009 05:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/2007/08/08/verp-on-rails/#comment-940</guid>
		<description>bounces: &#124; &quot;RAILS_ENV=production /usr/local/bin/ruby /u/apps/your_app/current/script/runner &#039;BounceHandler.receive(STDIN.read)&#039;&quot;

Does this above line start an instance of your rails app for EVERY received bounce?  Seems like it could quickly kill your server if you got a bunch of bounces quickly, like while sending out a mass mail.  Maybe better to run it from a cron somehow, or am I missing something?

Thanks for posting this,
Brian</description>
		<content:encoded><![CDATA[<p>bounces: | &#8220;RAILS_ENV=production /usr/local/bin/ruby /u/apps/your_app/current/script/runner &#8216;BounceHandler.receive(STDIN.read)&#8217;&#8221;</p>
<p>Does this above line start an instance of your rails app for EVERY received bounce?  Seems like it could quickly kill your server if you got a bunch of bounces quickly, like while sending out a mass mail.  Maybe better to run it from a cron somehow, or am I missing something?</p>
<p>Thanks for posting this,<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VERP on Rails by rob</title>
		<link>http://keakaj.com/wisdom/2007/08/08/verp-on-rails/comment-page-1/#comment-872</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 15 May 2009 06:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/2007/08/08/verp-on-rails/#comment-872</guid>
		<description>oh, my bad. i didn&#039;t know this: 

&quot;To receive emails, you need to implement a public instance method called receive that takes a tmail object as its single parameter. The Action Mailer framework has a corresponding class method, which is also called receive, that accepts a raw, unprocessed email as a string, which it then turns into the tmail object and calls the receive instance method.&quot;</description>
		<content:encoded><![CDATA[<p>oh, my bad. i didn&#8217;t know this: </p>
<p>&#8220;To receive emails, you need to implement a public instance method called receive that takes a tmail object as its single parameter. The Action Mailer framework has a corresponding class method, which is also called receive, that accepts a raw, unprocessed email as a string, which it then turns into the tmail object and calls the receive instance method.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VERP on Rails by rob</title>
		<link>http://keakaj.com/wisdom/2007/08/08/verp-on-rails/comment-page-1/#comment-868</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 14 May 2009 00:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/2007/08/08/verp-on-rails/#comment-868</guid>
		<description>I&#039;m a little confused.  email is being read in from STDIN, so it&#039;s a string; how does it know what .body and .to mean?</description>
		<content:encoded><![CDATA[<p>I&#8217;m a little confused.  email is being read in from STDIN, so it&#8217;s a string; how does it know what .body and .to mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache-Control Header for Amazon S3 by GoZuus Blog &#187; Caching Images Using Attachment_Fu and Amazon S3</title>
		<link>http://keakaj.com/wisdom/2007/07/27/cache-control-header-for-amazon-s3/comment-page-1/#comment-794</link>
		<dc:creator>GoZuus Blog &#187; Caching Images Using Attachment_Fu and Amazon S3</dc:creator>
		<pubDate>Thu, 26 Mar 2009 15:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/?p=3#comment-794</guid>
		<description>[...] technique we use for setting the Cache-Control header was originally posted in this guide. We&#8217;ll enhance the AWS::S3 store method to add a Cache-Control header that&#8217;s 10 years [...]</description>
		<content:encoded><![CDATA[<p>[...] technique we use for setting the Cache-Control header was originally posted in this guide. We&#8217;ll enhance the AWS::S3 store method to add a Cache-Control header that&#8217;s 10 years [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VERP on Rails by renuka</title>
		<link>http://keakaj.com/wisdom/2007/08/08/verp-on-rails/comment-page-1/#comment-683</link>
		<dc:creator>renuka</dc:creator>
		<pubDate>Tue, 16 Dec 2008 04:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/2007/08/08/verp-on-rails/#comment-683</guid>
		<description>Hello,

Above setting is working fine now but now i have one another problem i want to store message id for mail and i am not able to get message id using this sendmail method so can anyone help me?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Above setting is working fine now but now i have one another problem i want to store message id for mail and i am not able to get message id using this sendmail method so can anyone help me?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VERP on Rails by renuka</title>
		<link>http://keakaj.com/wisdom/2007/08/08/verp-on-rails/comment-page-1/#comment-680</link>
		<dc:creator>renuka</dc:creator>
		<pubDate>Mon, 15 Dec 2008 09:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/2007/08/08/verp-on-rails/#comment-680</guid>
		<description>Hi,

I have done same setting like you have described but still i am not able to get its working still i am not able to get bounce emails so can you say me whats wrong?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have done same setting like you have described but still i am not able to get its working still i am not able to get bounce emails so can you say me whats wrong?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache-Control Header for Amazon S3 by Keaka Jackson</title>
		<link>http://keakaj.com/wisdom/2007/07/27/cache-control-header-for-amazon-s3/comment-page-1/#comment-427</link>
		<dc:creator>Keaka Jackson</dc:creator>
		<pubDate>Mon, 23 Jun 2008 17:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/?p=3#comment-427</guid>
		<description>It&#039;s been a while, but I believe you include a regular HTTP header in your HTTP PUT request.  So wherever your PHP class generates the actual request to Amazon, you&#039;d add a Cache-Control header to the request.

This &quot;Getting Started Guide&quot; has a &quot;Writing an Object&quot; section with PHP sample code you might be able to use:
http://docs.amazonwebservices.com/AmazonS3/2006-03-01/gsg/</description>
		<content:encoded><![CDATA[<p>It&#8217;s been a while, but I believe you include a regular HTTP header in your HTTP PUT request.  So wherever your PHP class generates the actual request to Amazon, you&#8217;d add a Cache-Control header to the request.</p>
<p>This &#8220;Getting Started Guide&#8221; has a &#8220;Writing an Object&#8221; section with PHP sample code you might be able to use:<br />
<a href="http://docs.amazonwebservices.com/AmazonS3/2006-03-01/gsg/" rel="nofollow">http://docs.amazonwebservices.com/AmazonS3/2006-03-01/gsg/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache-Control Header for Amazon S3 by Travis</title>
		<link>http://keakaj.com/wisdom/2007/07/27/cache-control-header-for-amazon-s3/comment-page-1/#comment-425</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Sat, 21 Jun 2008 09:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/?p=3#comment-425</guid>
		<description>Do you happen to know the procedure and in what API method the header is ultimately being set so that when the object is put to S3 it has that header stored? I am using a PHP class which works well but I can&#039;t figure out how to get my own custom headers (such as cache-control) to be included with the file...</description>
		<content:encoded><![CDATA[<p>Do you happen to know the procedure and in what API method the header is ultimately being set so that when the object is put to S3 it has that header stored? I am using a PHP class which works well but I can&#8217;t figure out how to get my own custom headers (such as cache-control) to be included with the file&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache-Control Header for Amazon S3 by Keaka Jackson</title>
		<link>http://keakaj.com/wisdom/2007/07/27/cache-control-header-for-amazon-s3/comment-page-1/#comment-423</link>
		<dc:creator>Keaka Jackson</dc:creator>
		<pubDate>Wed, 18 Jun 2008 20:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/?p=3#comment-423</guid>
		<description>I mainly only use s3 for images, so I haven&#039;t had to deal with serving gzipped assets yet.</description>
		<content:encoded><![CDATA[<p>I mainly only use s3 for images, so I haven&#8217;t had to deal with serving gzipped assets yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache-Control Header for Amazon S3 by Joe Martinez</title>
		<link>http://keakaj.com/wisdom/2007/07/27/cache-control-header-for-amazon-s3/comment-page-1/#comment-422</link>
		<dc:creator>Joe Martinez</dc:creator>
		<pubDate>Wed, 18 Jun 2008 02:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://keakaj.com/wisdom/?p=3#comment-422</guid>
		<description>What do you do about gzipping your s3 assets, or do you only use s3 for images?</description>
		<content:encoded><![CDATA[<p>What do you do about gzipping your s3 assets, or do you only use s3 for images?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 4.426 seconds -->
