There's an existing SpamFilter interface we can use to implement filtering with StopForumSpam files. And it'd be good to expand the spam filters to support using multiple filters not just one.
Also posts that are already destined for moderation, and are also spam still just end up in the moderation queue. Changes here will put them directly into the 'spam' status and not show up in moderation.
Diff:
db/8192 branch
docker-compose run taskd python setup.py develop
ip
result fromStopForumSpamSpamFilter.check
and then added that ip address to the .txt fileMerged.