<?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: PHP API to SpamAssassin spamd Protocol</title>
	<atom:link href="http://ppadron.blog.br/2010/05/04/php-api-to-spamassassin-spamd-protocol/feed/" rel="self" type="application/rss+xml" />
	<link>http://ppadron.blog.br/2010/05/04/php-api-to-spamassassin-spamd-protocol/</link>
	<description>php, pear, linux, plesk, red hat, puppet...</description>
	<lastBuildDate>Tue, 15 Nov 2011 19:24:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: gabriel</title>
		<link>http://ppadron.blog.br/2010/05/04/php-api-to-spamassassin-spamd-protocol/comment-page-1/#comment-1313</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Sat, 01 Oct 2011 01:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://ppadron.blog.br/?p=335#comment-1313</guid>
		<description>hello and thank you for your reply
it&#039;s getting better, but i have one problem:

problem is permission denied: server disallow php to access the mail files. what permissions should be set, and how ?

thank you !</description>
		<content:encoded><![CDATA[<p>hello and thank you for your reply<br />
it&#8217;s getting better, but i have one problem:</p>
<p>problem is permission denied: server disallow php to access the mail files. what permissions should be set, and how ?</p>
<p>thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Padron</title>
		<link>http://ppadron.blog.br/2010/05/04/php-api-to-spamassassin-spamd-protocol/comment-page-1/#comment-1312</link>
		<dc:creator>Pedro Padron</dc:creator>
		<pubDate>Fri, 30 Sep 2011 14:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://ppadron.blog.br/?p=335#comment-1312</guid>
		<description>Hi Gabriel,
If your spamassassin server needs to be accessible from outside, you need to start the spamd with the -i , otherwise it will listen only on 127.0.0.1. In Debian/Ubuntu, you can add this flag to the OPTIONS variable in the /etc/default/spamassassin file.</description>
		<content:encoded><![CDATA[<p>Hi Gabriel,<br />
If your spamassassin server needs to be accessible from outside, you need to start the spamd with the -i , otherwise it will listen only on 127.0.0.1. In Debian/Ubuntu, you can add this flag to the OPTIONS variable in the /etc/default/spamassassin file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://ppadron.blog.br/2010/05/04/php-api-to-spamassassin-spamd-protocol/comment-page-1/#comment-1311</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Fri, 30 Sep 2011 13:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://ppadron.blog.br/?p=335#comment-1311</guid>
		<description>Hello
looks nice but i have this error: 
Fatal error: Uncaught exception &#039;SpamAssassin_Client_Exception&#039; with message &#039;Could not connect to SpamAssassin: Connection refused&#039; in...

i believe this is because connexion from outside localhost are not permitted (spamd is up and listening on 127.0.0.1 783

how can i fix this ? Muit Obrigao</description>
		<content:encoded><![CDATA[<p>Hello<br />
looks nice but i have this error:<br />
Fatal error: Uncaught exception &#8216;SpamAssassin_Client_Exception&#8217; with message &#8216;Could not connect to SpamAssassin: Connection refused&#8217; in&#8230;</p>
<p>i believe this is because connexion from outside localhost are not permitted (spamd is up and listening on 127.0.0.1 783</p>
<p>how can i fix this ? Muit Obrigao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Guest</title>
		<link>http://ppadron.blog.br/2010/05/04/php-api-to-spamassassin-spamd-protocol/comment-page-1/#comment-1307</link>
		<dc:creator>Ken Guest</dc:creator>
		<pubDate>Wed, 20 Jul 2011 10:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://ppadron.blog.br/?p=335#comment-1307</guid>
		<description>Nice work! It&#039;d be super to see this go into the main PEAR channel itself, tbh.</description>
		<content:encoded><![CDATA[<p>Nice work! It&#8217;d be super to see this go into the main PEAR channel itself, tbh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Padron</title>
		<link>http://ppadron.blog.br/2010/05/04/php-api-to-spamassassin-spamd-protocol/comment-page-1/#comment-1301</link>
		<dc:creator>Pedro Padron</dc:creator>
		<pubDate>Thu, 10 Mar 2011 17:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://ppadron.blog.br/?p=335#comment-1301</guid>
		<description>@HKS: Hmm... don&#039;t know about that, but I wouldn&#039;t recommend it. Spamassassin&#039;s rules are focused on email spam, analyzing headers + body. You&#039;d need to tweak your spamassassin to only use only rules that will be applied to the body of the message. If you are using Wordpress, I&#039;d recommend using a plugin like Akismet.</description>
		<content:encoded><![CDATA[<p>@HKS: Hmm&#8230; don&#8217;t know about that, but I wouldn&#8217;t recommend it. Spamassassin&#8217;s rules are focused on email spam, analyzing headers + body. You&#8217;d need to tweak your spamassassin to only use only rules that will be applied to the body of the message. If you are using WordPress, I&#8217;d recommend using a plugin like Akismet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

