Hi
I am using FoF Anti-spam 1.1.3 but despite the 800 spams messages intercepted I still have spam (manuals i presume...)
I wanted to do more with Advanced Configuration (extend.php) but when i put the following code
use Flarum\Extend;
use FoF\AntiSpam\Extend\ContentFilter;
use FoF\AntiSpam\ContentFilter\Detectors\PhoneDetector;
return [
// Register extenders here to customize your forum!
// Configure content filtering
(new ContentFilter())
// Enable/disable content filtering
->enabled(true)
i get an error "500 Internal Server Error"
What am i doing wrong ?
Thank you for your help.
Gilles