Forums

akismet - no effect (4 posts)

  1. pete2020
    Member
    Posted 7 months ago #

    Hi,
    I activated Akismet because I started getting 1 spam an hour from the same place. My blog is fully moderated.

    After 4 days the stuff is still arriving and I have to manually remove it from my pending box.

    Is this right? How come there is so little written about Akismet?

    Pete

  2. samboll
    moderator
    Posted 7 months ago #

  3. cab0620
    Member
    Posted 3 weeks ago #

    I am using Rails 2.2.2 and Rakismet 0.3.5

    I am in the process of implementing Rakismet in my rails application,

    I am always getting the response as 'false' for @comment.spam? even though i submit the @comment as spam (ie, @comment.spam!)

    I have tried debugger in plugin itself,

    So i can sure that my key and url is valid ( in plugin -> rakismet -> lib -> rakismet.rb -> self.valid_key => 'valid')

    @comment.spam? response is 'false'
    [_, response] => [#<Net::HTTPOK 200 OK readbody=true>, 'false']

    @comment.spam! response is "Thanks for making the web a better place."
    Rakismet::Base.akismet_call('submit-spam', akismet_data) => [#<Net::HTTPOK 200 OK readbody=true>, "Thanks for making the web a better place."])

    @comment.spam? response is 'false'
    [_, response] => [#<Net::HTTPOK 200 OK readbody=true>, 'false']

    Where i am doing the mistake?

    Any one can expalin me?

    Thanks in advance...

  4. tellyworth
    Member
    Posted 3 weeks ago #

    cab0620, please contact Akismet support:

    http://akismet.com/contact/

Reply

You must log in to post.

About this Topic