<div>I made this change earlier as well.&nbsp; I was getting spam all the way up until that point and now there hasn't been a peep.</div>
<div>&nbsp;</div>
<div>Hizzah!</div>
<div>&nbsp;</div>
<div>Daniel<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 9/21/05, <b class="gmail_sendername">Andy Skelton</b> &lt;<a href="mailto:skeltoac@gmail.com">skeltoac@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I made the change on my own site this morning and the plugin has<br>properly marked all spam since that time. To apply the change, open
<br>the plugin file and change line 46<br><br>from:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( 'true' == $response )<br><br>to:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( 'true' == $response[1] )<br><br>and save the file. That is all.<br><br>Andy<br><br>On 9/21/05, Matthew Mullenweg &lt;
<a href="mailto:m@mullenweg.com">m@mullenweg.com</a>&gt; wrote:<br>&gt; Andy Skelton wrote:<br>&gt; &gt; An array will never be equal to 'true'. Try testing $response[1].<br>&gt;<br>&gt; That's what I did on my site last night and it started working again.
<br>&gt;<br>&gt; While I'm hesitant to push it out as a new update is that there seems to<br>&gt; be something weird going on, the old way did work for a while, though I<br>&gt; have no idea why.<br>&gt;<br>&gt; If you've been getting a lot of spam change that line to $response[1] as
<br>&gt; Andy suggests above.<br>&gt;<br>&gt; --<br>&gt; Matt Mullenweg<br>&gt;&nbsp;&nbsp; <a href="http://photomatt.net">http://photomatt.net</a> | <a href="http://wordpress.org">http://wordpress.org</a><br>&gt; <a href="http://pingomatic.com">
http://pingomatic.com</a> | <a href="http://cnet.com">http://cnet.com</a><br>&gt; _______________________________________________<br>&gt; spam-stopper mailing list<br>&gt; <a href="mailto:spam-stopper@lists.automattic.com">
spam-stopper@lists.automattic.com</a><br>&gt; <a href="http://lists.automattic.com/mailman/listinfo/spam-stopper">http://lists.automattic.com/mailman/listinfo/spam-stopper</a><br>&gt;<br>_______________________________________________
<br>spam-stopper mailing list<br><a href="mailto:spam-stopper@lists.automattic.com">spam-stopper@lists.automattic.com</a><br><a href="http://lists.automattic.com/mailman/listinfo/spam-stopper">http://lists.automattic.com/mailman/listinfo/spam-stopper
</a><br></blockquote></div><br>