AntiSpam by CleanTalk

AntiSpam by CleanTalk 3.0.1

No permission to download
if they in our blacklist, you can delete this user
If the user is in the blacklist, then how can I decide which user to delete and which user not to delete?
I don't want to delete false positives and we have hundreds of thousands of users. I only want to delete users in the blacklist that have 0 posts.
 
If the user is in the blacklist, then how can I decide which user to delete and which user not to delete?
I don't want to delete false positives and we have hundreds of thousands of users. I only want to delete users in the blacklist that have 0 posts.

This is your choice. The plugin only shows users whose IP / email addresses have spam activity in our database.
 
The description of the feature is:
Use this feature carefully, it can't be rolled back!
What cannot be rolled back?
 
Why doesn't it block registrations from Pakistan coming from a network with a 18% spam rate and a spam link to an online pharmacy in the homepage field?

 
This IP is not detected as spam yet. There were not enough additional parameters to block this request. We can't say more as you have disabled storing information for approved requests.
 
I got some errors..
Code:
ErrorException: [E_NOTICE] Trying to access array offset on value of type null src/addons/CleanTalk/XF/Spam/Checker/CleanTalkContent.php:75

Generated by: xxx Feb 7, 2020 at 20:33

Stack trace

#0 src/addons/CleanTalk/XF/Spam/Checker/CleanTalkContent.php(75): XF::handlePhpError()
#1 src/XF/Spam/ContentChecker.php(11): CleanTalk\XF\Spam\Checker\CleanTalkContent->check()
#2 src/XF/Service/Conversation/MessageManager.php(75): XF\Spam\ContentChecker->check()
#3 src/XF/Service/Conversation/Replier.php(113): XF\Service\Conversation\MessageManager->checkForSpam()
#4 src/XF/Service/Conversation/Replier.php(123): XF\Service\Conversation\Replier->checkForSpam()
#5 src/XF/Service/Conversation/Replier.php(129): XF\Service\Conversation\Replier->finalSetup()
#6 src/XF/Service/ValidateAndSavableTrait.php(17): XF\Service\Conversation\Replier->_validate()
#7 src/XF/Pub/Controller/Conversation.php(501): XF\Service\Conversation\Replier->validate()
#8 src/XF/Mvc/Dispatcher.php(350): XF\Pub\Controller\Conversation->actionAddReply()
#9 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass()
#10 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch()
#11 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop()
#12 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#13 src/XF.php(391): XF\App->run()
#14 index.php(20): XF::runApp()
#15 {main}

Request state

array(4) {
  ["url"] => string(42) "/unterhaltung/willkommen-xxx.000/add-reply"
  ["referrer"] => string(61) "https://www.xentutorials.com/unterhaltung/willkommen-xxx.000/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(8) {
    ["message_html"] => string(206) "<p></p>"
    ["last_date"] => string(10) "1581095306"
    ["last_known_date"] => string(1) "0"
    ["_xfToken"] => string(8) "********"
    ["ct_checkjs"] => string(4) "2020"
    ["_xfRequestUri"] => string(33) "/unterhaltung/willkommen-xxx.000/"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
After testing this out on my big board for some days now, I do like it but it clearly does not check links in the xf profile fields and homepage field. At least not for xf1. Is this a bug?

Could you clarify where the plugin should check links and homepage field? At the registration or posting messages? What XenForo version do you mean (Xenforo 1 or Xenforo 2)?
 
Back
Top Bottom