I have found a workaround for this is to modify the submission.php file in the Contact Form 7 plugin.
The function spam() needs to be modified on line 602, as shown below
return $spam;
// return apply_filters( ‘wpcf7_spam’, $spam, $this );
Hope this helps someone until the plugin developers can resolve the issues