<?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: RSS2Email in Less Than 50 Lines of PHP</title>
	<atom:link href="http://www.wynia.org/wordpress/2005/09/rss2email-in-less-than-50-lines-of-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wynia.org/wordpress/2005/09/rss2email-in-less-than-50-lines-of-php/</link>
	<description>J Wynia - Web Consultant, Writer and Geek</description>
	<lastBuildDate>Sat, 20 Mar 2010 18:11:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: luis</title>
		<link>http://www.wynia.org/wordpress/2005/09/rss2email-in-less-than-50-lines-of-php/comment-page-1/#comment-151284</link>
		<dc:creator>luis</dc:creator>
		<pubDate>Sat, 20 Sep 2008 18:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wynia.org/wordpress/?p=300#comment-151284</guid>
		<description>I wonder if someone has done the work and has packed this into a php tool for rss2email for multiple users for instance and to manage subscriptions.

Please let me know at cordoval at the g mail

thanks,</description>
		<content:encoded><![CDATA[<p>I wonder if someone has done the work and has packed this into a php tool for rss2email for multiple users for instance and to manage subscriptions.</p>
<p>Please let me know at cordoval at the g mail</p>
<p>thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.wynia.org/wordpress/2005/09/rss2email-in-less-than-50-lines-of-php/comment-page-1/#comment-46619</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 27 Sep 2006 18:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wynia.org/wordpress/?p=300#comment-46619</guid>
		<description>Thank you for this.  I was able to use this with some modifications to get a new RSS2Email program working for my club.  Because it is in PHP I am much more comfortable with the code.

I want to point out 2 problems I had.

I had to change the setting for $description.  I don&#039;t know if Magpie changed or what.  My change was as follows:

$description = $item[&#039;description&#039;];

Also at the bottom of your code you are missing an &quot;else&quot; statement.

The last few lines of code were changed as follows...

echo &quot;There was an error sending the message $subject&quot;;

//Mark it as already sent by creating an empty file
//Note that we do this only after we haven&#039;t failed
//in sending. This avoids missing an item due to mail problems
} else {
touch(&quot;items/$itemhash&quot;);
}
}
}
?&gt;


Other than that I did do some modifications but they were just based on personal preferances not on functionality.

Thanks Again.</description>
		<content:encoded><![CDATA[<p>Thank you for this.  I was able to use this with some modifications to get a new RSS2Email program working for my club.  Because it is in PHP I am much more comfortable with the code.</p>
<p>I want to point out 2 problems I had.</p>
<p>I had to change the setting for $description.  I don&#039;t know if Magpie changed or what.  My change was as follows:</p>
<p>$description = $item['description'];</p>
<p>Also at the bottom of your code you are missing an &#034;else&#034; statement.</p>
<p>The last few lines of code were changed as follows&#8230;</p>
<p>echo &#034;There was an error sending the message $subject&#034;;</p>
<p>//Mark it as already sent by creating an empty file<br />
//Note that we do this only after we haven&#039;t failed<br />
//in sending. This avoids missing an item due to mail problems<br />
} else {<br />
touch(&#034;items/$itemhash&#034;);<br />
}<br />
}<br />
}<br />
?&gt;</p>
<p>Other than that I did do some modifications but they were just based on personal preferances not on functionality.</p>
<p>Thanks Again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RSS2Email Extending, RSS Analysis and Yahoo Keyword Extractor Example Fixed-- The Glass is Too Big - J Wynia</title>
		<link>http://www.wynia.org/wordpress/2005/09/rss2email-in-less-than-50-lines-of-php/comment-page-1/#comment-3156</link>
		<dc:creator>RSS2Email Extending, RSS Analysis and Yahoo Keyword Extractor Example Fixed-- The Glass is Too Big - J Wynia</dc:creator>
		<pubDate>Fri, 04 Nov 2005 16:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wynia.org/wordpress/?p=300#comment-3156</guid>
		<description>[...] I was grabbing that code because I wanted to start injecting metadata into the headers of the emails that the RSS2Email script sends out. By putting things like keywords into X-Headers, the sophisticated IMAP clients like Outlook and Thunderbird can filter, sort and extract emails according to purpose. Eventually, I intend to tag feeds with the names of blogs I write on where the feed is relevant. That way, I can open a saved filter for this site and exclude all of the stuff that&#8217;s just for my personal edification. Additionally, if you&#8217;ve got things like Technorati rank for a site, Google PageRank, a manual credibility tag, etc. on the feeds themselves, you can filter through a breaking story to see whether the people you put your credence in have weighed in on the issue or not. Eventually, I&#8217;m going to be putting a database between the fetching of the feeds and the sending out of email as it&#8217;s a much better system on bandwidth, decoupling the refreshing of feeds from the sending of the emails, etc. and just plain a better idea, but for a proof of concept, leaks are OK. [...]</description>
		<content:encoded><![CDATA[<p>[...] I was grabbing that code because I wanted to start injecting metadata into the headers of the emails that the RSS2Email script sends out. By putting things like keywords into X-Headers, the sophisticated IMAP clients like Outlook and Thunderbird can filter, sort and extract emails according to purpose. Eventually, I intend to tag feeds with the names of blogs I write on where the feed is relevant. That way, I can open a saved filter for this site and exclude all of the stuff that&#039;s just for my personal edification. Additionally, if you&#039;ve got things like Technorati rank for a site, Google PageRank, a manual credibility tag, etc. on the feeds themselves, you can filter through a breaking story to see whether the people you put your credence in have weighed in on the issue or not. Eventually, I&#039;m going to be putting a database between the fetching of the feeds and the sending out of email as it&#039;s a much better system on bandwidth, decoupling the refreshing of feeds from the sending of the emails, etc. and just plain a better idea, but for a proof of concept, leaks are OK. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RSS Haciendo facil lo simple &#187; Blog Archive &#187; Rezzibo : Lector de feeds en espaÃ±ol</title>
		<link>http://www.wynia.org/wordpress/2005/09/rss2email-in-less-than-50-lines-of-php/comment-page-1/#comment-2996</link>
		<dc:creator>RSS Haciendo facil lo simple &#187; Blog Archive &#187; Rezzibo : Lector de feeds en espaÃ±ol</dc:creator>
		<pubDate>Thu, 13 Oct 2005 22:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wynia.org/wordpress/?p=300#comment-2996</guid>
		<description>[...] Bonus! : RSS2email en menos de 50 lineas de PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] Bonus! : RSS2email en menos de 50 lineas de PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Citizen Keith</title>
		<link>http://www.wynia.org/wordpress/2005/09/rss2email-in-less-than-50-lines-of-php/comment-page-1/#comment-3014</link>
		<dc:creator>Citizen Keith</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wynia.org/wordpress/?p=300#comment-3014</guid>
		<description>&lt;!--%kramer-pre%--&gt; RSS2Email in Less Than 50 Lines of PHP  Adium Xtras - Home EzStatic - Red Alt&lt;!--%kramer-post--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-pre%--> RSS2Email in Less Than 50 Lines of PHP  Adium Xtras &#8211; Home EzStatic &#8211; Red Alt<!--%kramer-post--></p>
]]></content:encoded>
	</item>
</channel>
</rss>
