• Hi,

    I lately received 3000 and counting ( im still deleting ) comments which was “Flagged as spam by Akismet” yet automatically approved.

    I was hoping to go to my the wp_comments table on phpmyadmin to delete sort and delete all comments “Flagged as spam by Akismet” but unfortunately there is no such entry.

    Is there a way to achieve this?

    www dot moonstone dot co dot za

    Many thanks

    https://www.ads-software.com/plugins/akismet/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Greg

    (@jgs)

    You’re seeing a history remark of ‘Flagged as spam’ yet they were approved? Something is very broken in your implementation then, as a ‘true’ (spam) response should move the comments to the spam folder immediately.

    What versions of WordPress and Akismet are you using? Have you made any modifications to core, or to the Akismet plugin?

    Thread Starter Schalk Joubert

    (@schalkjoubert)

    Hi Greg,

    I stopped getting spam post, but still lots of spam pingbacks.
    My WordPress, Theme, Framwork, Plugins inclusing Akismet is all up to date and I didn’t change the core files.

    I also now added script to stop pingbacks, but the still come through.
    The ping are automatically approved, even though it says: “Flagged as spam by Akismet”

    Any idea what’s goin on?

    function disable_self_trackback( &$links ) {
        foreach ( $links as $l => $link )
            if ( 0 === strpos( $link, get_option( 'home' ) ) )
                unset($links[$l]);
    }
    add_action( 'pre_ping', 'disable_self_trackback' );
    Plugin Contributor Greg

    (@jgs)

    You should be able to disable pingbacks and trackbacks in your Dashboard under Settings > Discussion under the “Default article settings”. Just uncheck the box that says:

    “Allow link notifications from other blogs (pingbacks and trackbacks)”

    Thread Starter Schalk Joubert

    (@schalkjoubert)

    Hi, The spam is continuing.

    I just deleted 7000 spam comments of the last 13 days ( deleted via sql query )
    My settings is all correct.
    Everything is up to date,
    I have iTheme Security pro
    Sucuri
    VaultPress

    Spam are auto approved, though it’s labeled “Flagged as smap by Akismet”

    Any advise, please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete "Flagged as spam by Akismet"’ is closed to new replies.