csonnek
Forum Replies Created
-
This looks like another case of the βsecret ingredient in the chili recipeβ that canβt be revealed because itβs proprietary.
Not exactly. Spammers are always trying to find ways to circumvent our spam protection and having that information available publicly would render the service useless. We take spam fighting very seriously so if you have an issue with our service, we’re here to help.
Also, Akismet is always learning so every report from users of our service of anything missed helps improve our spam fighting service going forward for everyone.
Hope that clarifies things.
@mcolorswporg due to the nature of our service, we don’t have full “under-the-hood” documentation. Otherwise, what we do have is our publicly available developer documentation:
https://akismet.com/development/api/#detailed-docs
I hope that helps!
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Akismet PHP 8.0 compatibility@copyengineer It should be, but I’m not 100% sure. Our development team is out of the office this week (May 17-21) but I’ve flagged this for them to respond to when they’re back next week.
Thanks for your patience!
Hi there! While that functionality is on our roadmap for the future, it’s not in the plugin currently.
Let us know if you have any questions or need help with anything else.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Bots Spam getting@roshankhan Can you reach out to us via our contact form so we can look into this for you?
Please provide those links to support when they get back in touch.
Will mark this as resolved since weβll be helping you via email. Thanks!
@iansymonds – Due to the nature of our service, there would be no “database” that you would be able to access.
Can you reach out to us via our contact form so we can look into this for you?
Will mark this as resolved since we’ll be helping you via email. Thanks!
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Subject showing [SPAM]Hi there!
Akismet nor Contact Form 7 controls what your email program will do to a message when you receive it, so you should check the settings for your email provider or application to see how those are treated and indicate that the message is not spam if there’s an option to do so.
I hope that clarifies things!
Forum: Reviews
In reply to: [Akismet Anti-spam: Spam Protection] Best protectionHi @selmamartin! Thanks for the kind words! We’re glad we can give you some peace of mind. π
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Performance IssuesGlad to hear it’s working for you again! Let us know if you still have trouble.
Everyone: Thank you for the reports! We’ve discovered this is impacting everyone who uses Publicize to post to Twitter so we don’t need any additional reports at this time.
We’re working on fixing this issue as soon as possible and we’ll post here once we have an update.
Thank you for your patience!
Thanks for the kind words and glad we were able to help! π
Forum: Plugins
In reply to: [NSFW] [Akismet Anti-spam: Spam Protection] Akismet@tanya58 I can only provide support in English and I used Google Translate to translate your message. It sounds like you’re having trouble with getting Akismet set up?
You can follow the steps here to get Akismet configured:
https://docs.akismet.com/getting-started/activate/
We have specific rules about the use of a free key. Free keys are for personal, non-commercial sites only β no exceptions. If your site has advertising or affiliate links, sells products or services, solicits donations or sponsorships, or is in any way related to a business or educational organization – your site is considered commercial. Per our documentation and Terms of Service, we can suspend sites for noncompliance of those terms.
– https://docs.akismet.com/getting-started/free-or-paid/
– https://akismet.com/tos/If you have any other questions, please let us know!
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Akismet + Caldera Forms@jimsavage2020 thanks for reaching out. I looked through their documentation and it doesn’t appear that they have any way to moderate missed spam or false positive results.
I recommend reaching out to their support and asking them if they added this functionality to their plugin and if so, how to use it. You can reach them here:
https://calderaforms.com/support/
If it turns out they don’t have that functionality, we have documentation on how to implement that into their integration here:
– Submit Ham (false positive): https://akismet.com/development/api/#submit-ham
– Submit Spam (missed spam): https://akismet.com/development/api/#submit-spamI hope that helps!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Stats suddenly disappearedTo correctly add the
wp_footerfunction to your WordPress theme, open the themeβs footer.php file and add the following line of PHP code before the closing</body>tag:<?php wp_footer();?>NOTE: if you apply any theme updates in the future and if the theme developer hasn’t fixed the problem, you’ll likely need to add that code again.
I hope that helps!
@adimorahblog Those aren’t pages on your site, but files in the Jetpack plugin.
Could you please log in to your site via wp-admin and disable/delete the existing Jetpack plugin files?
Once you have done so please install Jetpack again from Plugins -> Add New and connect to your WordPress.com account and see if the error persists. If so, disable Autoptimize temporarily and see if that resolves the issue. Over aggressive minification can cause issues in other plugins such as Jetpack, so it’s good to rule that out as well.
Let us know if you still have this problem and we’ll be happy to take a closer look.