1.7.0 adds support to mark certain words as problematic, so that they get moderated:
(new Spam\Filter)
->problematicWord([
'some', 'unwanted', 'words'
]),
1.8.0 allows the filtering to understand unicode characters for certain spam identification (like phone numbers with underlines)
thibaultmol this extension does nothing with email address verification. Here are some extensions we use that might be the cause:
- The FoF Anti Spam extension checks StopForumSpam for email addresses though, it's likely your domain has been marked as spam for some reason.
- FoF Disposable Emails, your domain might be considered as a temporary email address.