Christopher Finke
Forum Replies Created
-
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Massive spam in French languageI’ve been looking at your missed spam reports, and I’m not sure that there’s much more Akismet can do on these kinds of submissions. There’s very little actual content in the submissions, typically just a single short phrase like “Merci” or “I’m interested in your offerings” (in French), so Akismet does not have much to go on. This might be a scenario where a Captcha or some other challenge field is more appropriate.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Massive spam in French languageYes, we’ll continue to watch for any missed spam and make adjustments accordingly.
If something tried to access [yoursite.com]/wp-content/plugins/akismet/views/config.php directly, this would be an expected error. If that error occurred during regular interaction with your site, it’s more likely due to corrupted or missing plugin files, which should be fixable by reinstalling the plugin. Let me know which it was and whether reinstalling fixes the issue.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] woocommerce user accountsNo, it’s not intended as a defense against unwelcome user signups.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Duplicate Field – Latest UpdateThe duplicate
alt_sfield is not added by Akismet. Based on this thread: https://wordpress.org/support/topic/alternative-email-field-visible/ I think it is probably coming from WP Armour.Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Bypass logged in usersWe’ll keep it in mind as an official feature, but in the meantime, you could enable this behavior by adding a plugin like this:
<?php add_action( 'init', function () { if ( is_user_logged_in() ) { remove_action( 'preprocess_comment', array( 'Akismet', 'auto_check_comment' ), 1 ); } }, 99 );This worked on my site when I saved it as
wp-content/mu-plugins/akismet-no-logged-in-check.php, but you’ll want to test and confirm that it works for you before deploying it.Alright. I’m going to mark this as resolved, but if you do need help with Akismet in the future, don’t hesitate to reach out.
I used legit data from past form submissions to populate my test submissions.
For example, this was the body of one submission marked as “not spam”:
Please share any other information about yourself that you would like us to know about you. (Limit 250 - 500 wordsPlease share any other PleasPlease share any other information about yourself that you would like us to know about you. (Limit 250 - 500 wordsPlease share any other information about yourself that you would like us to know about you. (Limit 250 - 500 wordsPlease share any other information about yourself that you would like us to know about you. (Limit 250 - 500 wordsPlease share any other information ab[...]Another submission simply copied and pasted multiple copies of the questions from the form into the reply box. These are both typical spam responses — repetitive non-original content.
If you’d like to re-enable Akismet, submit the form using your own information and real responses (even if the actual information in them is made-up), and I can confirm whether or not it’s still being caught as spam.
I looked through our logs for your site this week, and there didn’t appear to be any legitimate submissions of that form. Everything was either obvious spam, or attempts to test the form with gibberish or placeholder data that were also marked as spam because of how similar they were to how bots would fill it out.
If you do still think that Akismet is marking real non-test submissions as spam, the best way for us to investigate it is for you to email us at support@akismet.com with some examples, and we’ll dig into it.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Webmentions flagged as spam?Can you email us at support@akismet.com with your API key or website URL so we can look at specifically why they’re being caught as spam? We should be able to address it pretty quickly through that medium.
Forum: Reviews
In reply to: [Akismet Anti-spam: Spam Protection] Does nothing for contact form spamSome contact forms need to be specially configured after installing Akismet. If you message us at support@akismet.com, we can look into why it’s not working as you expected.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] disable_functionsAkismet should function fine with all of those functions disabled (inasmuch as WordPress itself will continue to function).
Marking as resolved; if you’re still having issues, let us know.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] disable_functionsI’m not sure I understand; these are all PHP functions that, if you have appropriate access, you can use in your scripts and plugins in whatever manner you choose. Akismet wouldn’t have anything to do with that.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Latest Php VersionYes.