=== Wp SpamAinator === Contributors: arminschaeffer Tags: spam Requires at least: 5.3.2 Tested up to: 5.3.2 Stable tag: trunk Requires PHP: 7.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin serves as spam-filter for your contact forms powered by machine learning. == Description == This plugin serves as spam-filter for your contact forms powered by machine learning. It shows the following advantages over other spam prevention methods: - It does not hinder your users, the spam detection runs totally in the background (in contrast to captchas or verification questionaries). - It does not send the form data to third parties for spam detection. The detection is executed on your server. ## Supported Forms Plugins At the moment, the following form plugins are supported: - Contact Form 7 - Formidable ## Supported Languages At the moment, only english spam mails can be detected. Normally, only english spam messages should be filtered, but due to the increasing use of english vocabulary in other languages, sometimes messages with other languages could be filtered out too, please keep this in mind. == Installation == ### General Navigate to ``plugins - SpamAinator`` to - Configure, how long do you want to store detected spam mails in wordpress - Show all detected spam mails ### Contact Form 7 - Add ``spamAinator:Body`` to your message fild like ```` - Add ``spamAinator:Subject`` to your subject fild like ```` ### Formidable - Add ``spamainatorsubject`` to the field key of your subject field - Add ``spamainatorbody`` to the field key of your message field == Frequently Asked Questions == Will be updated. == Changelog == = 1.0 = * Initial Release == Upgrade Notice == Will be updated.