*

Buzz List UK

  • **
  • 20 posts
All new listings go in spam
« on: February 23, 2025, 09:08:19 PM »
Hi group. Can anyone tell me why all new listing go like spam , without spam plugin ? Tks.

*

MB Themes

Re: All new listings go in spam
« Reply #1 on: March 01, 2025, 01:12:45 PM »
Sorry what you mean that it goes to spam?
You mean marked as spam?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

statek

  • **
  • 8 posts
Re: All new listings go in spam
« Reply #2 on: December 07, 2025, 02:40:21 PM »
Hello.

I have the same issue - all new listings marked as spam in /index.php?page=items
so I have manually remove spam status in admin panel.

Don't have any spam plugins, only fresh installed Osclass v8.3.0 with Sigma theme.

Any suggestions are welcome!

*

MB Themes

Re: All new listings go in spam
« Reply #3 on: December 08, 2025, 09:14:00 AM »
Only way to get new item marked as spam:

Code: [Select]
    // akismet check spam ...
    if($this->_akismet_text($aItem['title'], $aItem['description'], $contactName, $contactEmail)) {
      $is_spam = 1;
    }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

statek

  • **
  • 8 posts
Re: All new listings go in spam
« Reply #4 on: December 10, 2025, 10:51:42 AM »
Thank you for replying back!

Yes, Akismet is enabled, but may be there is some option for spam settings tuning except for hardcode disabling it?

*

MB Themes

Re: All new listings go in spam
« Reply #5 on: December 10, 2025, 11:05:27 AM »
Sorry, dont get you.
Akismet evaluated your listing as spam.
You can unmark spam flag in items list in backoffice.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

statek

  • **
  • 8 posts
Re: All new listings go in spam
« Reply #6 on: December 10, 2025, 11:12:45 AM »
The problem is that Akismet marks All new listings as spam, it's working uncorrectly.

*

MB Themes

Re: All new listings go in spam
« Reply #7 on: December 10, 2025, 07:18:16 PM »
Check with wkismet support why it is evaluated as spam.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots