<?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: Sendmail &amp; Spam Filter Tricks in Rails</title>
	<atom:link href="http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/</link>
	<description>A goal is a dream with a deadline.</description>
	<pubDate>Tue, 16 Mar 2010 17:47:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: renuka</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-153485</link>
		<dc:creator>renuka</dc:creator>
		<pubDate>Sat, 20 Dec 2008 04:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-153485</guid>
		<description>Hi Fred and Llya

Thank You very much for reply.

Now i have created my own message id :)</description>
		<content:encoded><![CDATA[<p>Hi Fred and Llya</p>
<p>Thank You very much for reply.</p>
<p>Now i have created my own message id :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-153382</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Fri, 19 Dec 2008 18:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-153382</guid>
		<description>using "ActionMailer::Base.delivery_method = :smtp" will make Tmail generate the correct RFC compliant message_id for you, thus you can save it in the DB.

if you use "ActionMailer::Base.delivery_method = :sendmail" you will not be able to get the message_id, (unless you generate one?) because postfix will generate the message_id for you since it will not find it. 

a message_id generated by TMAIL (in the smtp method) will look like this: 

49atdd74535c2_5c153fa9a341c60c1c1@myhostname.tmail

and a message_id generated by Postfix will look like this:

20081219173516.5B0AG261100@myrealdomain.com

remember that message_id must VERY unique to conform to RFC standards....

this post explains it very well:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/297238</description>
		<content:encoded><![CDATA[<p>using &#8220;ActionMailer::Base.delivery_method = :smtp&#8221; will make Tmail generate the correct RFC compliant message_id for you, thus you can save it in the DB.</p>
<p>if you use &#8220;ActionMailer::Base.delivery_method = :sendmail&#8221; you will not be able to get the message_id, (unless you generate one?) because postfix will generate the message_id for you since it will not find it. </p>
<p>a message_id generated by TMAIL (in the smtp method) will look like this: </p>
<p><a href="mailto:49atdd74535c2_5c153fa9a341c60c1c1@myhostname.tmail">49atdd74535c2_5c153fa9a341c60c1c1@myhostname.tmail</a></p>
<p>and a message_id generated by Postfix will look like this:</p>
<p><a href="mailto:20081219173516.5B0AG261100@myrealdomain.com">20081219173516.5B0AG261100@myrealdomain.com</a></p>
<p>remember that message_id must VERY unique to conform to RFC standards&#8230;.</p>
<p>this post explains it very well:</p>
<p><a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/297238" rel="nofollow">http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/297238</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-153326</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Fri, 19 Dec 2008 13:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-153326</guid>
		<description>Renuka, why not generate your own? Take the to address, add a timestamp, and you have a fairly unique ID right there.</description>
		<content:encoded><![CDATA[<p>Renuka, why not generate your own? Take the to address, add a timestamp, and you have a fairly unique ID right there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: renuka</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-152637</link>
		<dc:creator>renuka</dc:creator>
		<pubDate>Tue, 16 Dec 2008 07:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-152637</guid>
		<description>hi,

I am using this sendmail but i have one problem i want to store message id into database but i am not able to get message id using like mail.message_id so can anyone tell me what should i do for that?

Thanks,</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I am using this sendmail but i have one problem i want to store message id into database but i am not able to get message id using like mail.message_id so can anyone tell me what should i do for that?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-137412</link>
		<dc:creator>max</dc:creator>
		<pubDate>Wed, 01 Oct 2008 23:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-137412</guid>
		<description>thank you so much for this!</description>
		<content:encoded><![CDATA[<p>thank you so much for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-107180</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 25 Jul 2008 14:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-107180</guid>
		<description>Thanks for the article, it has saved a lot of time.</description>
		<content:encoded><![CDATA[<p>Thanks for the article, it has saved a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nhm tanveer hossain khan (hasan)</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-104133</link>
		<dc:creator>nhm tanveer hossain khan (hasan)</dc:creator>
		<pubDate>Fri, 20 Jun 2008 06:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-104133</guid>
		<description>thanks for your blog,
i had similar problem, i think now it has been fixed.
previously i was using fake email address for example - "dont-reply@...." but this address wasn't physically exists.
instead this fake email i have set a real email address. now it seems like working.

best wishes,</description>
		<content:encoded><![CDATA[<p>thanks for your blog,<br />
i had similar problem, i think now it has been fixed.<br />
previously i was using fake email address for example - &#8220;dont-reply@&#8230;.&#8221; but this address wasn&#8217;t physically exists.<br />
instead this fake email i have set a real email address. now it seems like working.</p>
<p>best wishes,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-102321</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Mon, 07 Apr 2008 11:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-102321</guid>
		<description>Peter, thanks for sharing the links! Another great resource I found recently is: http://www.campaignmonitor.com/help/topic.aspx?t=88</description>
		<content:encoded><![CDATA[<p>Peter, thanks for sharing the links! Another great resource I found recently is: <a href="http://www.campaignmonitor.com/help/topic.aspx?t=88" rel="nofollow">http://www.campaignmonitor.com/help/topic.aspx?t=88</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Michaux</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-102316</link>
		<dc:creator>Peter Michaux</dc:creator>
		<pubDate>Sun, 06 Apr 2008 19:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-102316</guid>
		<description>I've set up reverse DNS, and SPF and they are working into hotmail junkmail...sometimes

Depending on the content of my email it goes into junkmail and other times doesn't arrive at all. If there are too many links in the email, for example, it seems that the email never arrives.

Microsoft actually has pages to help people like us

http://postmaster.msn.com/

http://postmaster.msn.com/Troubleshooting.aspx

I'm signing up for the Junk Mail reporting program and hopefully that will help

http://postmaster.msn.com/Services.aspx#JMRPP</description>
		<content:encoded><![CDATA[<p>I&#8217;ve set up reverse DNS, and SPF and they are working into hotmail junkmail&#8230;sometimes</p>
<p>Depending on the content of my email it goes into junkmail and other times doesn&#8217;t arrive at all. If there are too many links in the email, for example, it seems that the email never arrives.</p>
<p>Microsoft actually has pages to help people like us</p>
<p><a href="http://postmaster.msn.com/" rel="nofollow">http://postmaster.msn.com/</a></p>
<p><a href="http://postmaster.msn.com/Troubleshooting.aspx" rel="nofollow">http://postmaster.msn.com/Troubleshooting.aspx</a></p>
<p>I&#8217;m signing up for the Junk Mail reporting program and hopefully that will help</p>
<p><a href="http://postmaster.msn.com/Services.aspx#JMRPP" rel="nofollow">http://postmaster.msn.com/Services.aspx#JMRPP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/07/21/sendmail-spam-filter-tricks-in-rails/comment-page-1/#comment-100706</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Thu, 27 Dec 2007 04:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/07/21/sendmail-spam-filter-tricks-in-rails/#comment-100706</guid>
		<description>Jake, this stuff is black art. I would do some research on the network you're sending your messages from. It's not uncommon for major providers to blacklist virtually all unknown/dynamic hosts. Likewise, you may want to spend some time on optimizing the actual content of your email. 

From experience, HTML that validates helps quiet a bit!</description>
		<content:encoded><![CDATA[<p>Jake, this stuff is black art. I would do some research on the network you&#8217;re sending your messages from. It&#8217;s not uncommon for major providers to blacklist virtually all unknown/dynamic hosts. Likewise, you may want to spend some time on optimizing the actual content of your email. </p>
<p>From experience, HTML that validates helps quiet a bit!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
