Pro
Spam pipeline
Checkers run in the order you configure them and the worst verdict wins:
deny beats review, which beats allow.
'spam' => [
'checkers' => ['heuristic', 'akismet'],
'fail_mode' => 'allow',
],
Write your own by implementing Contracts\SpamChecker and adding the class name
to the list.
Page notes (0)
Or Log in to comment!
No notes on this page yet.