Invalid Akismet key disables posting
When " Enable Akismet spam detection" is enabled, if the key specified in "Akismet key for spam detection" is invalid (eg the Akismet account is expired), all posts are rejected with the message:
"Getting Spam was detected on your post, sorry for if this is a mistake"
Instead of failing bad, Askbot should check if the key is valid using the method available at: https://akismet.com/development/api/#... and prominently display any failures to the administrator.
Comments