antispam-bee
antispam-bee copied to clipboard
„... another popular solution to fight spam is Antispam Bee“ – Matt Mullenweg, Q&A WordCamp Europe 2014
The [readme](https://github.com/pluginkollektiv/antispam-bee/blob/master/README.md) is outdated. Link to the documentation is going to the wiki instead of our website and it contains a notice about public spam database which is removed. -...
WordPress needs at least PHP version 5.6.20+ (but recommends 7.4), so I would recommend to raise the required PHP version of Antispam-Bee to 5.6 (and the required WordPress version accordingly)....
**Describe the bug** We are using translation function before we are loading the translation. **To Reproduce** First occurrence of i18n function is here: https://github.com/pluginkollektiv/antispam-bee/blob/master/antispam_bee.php#L486 Localization is loaded later here: https://github.com/pluginkollektiv/antispam-bee/blob/master/antispam_bee.php#L578-L582...
Add report spam action link to spam list (#73)
We currently have the option of sending an email when spam is detected. This can result in a huge number of emails being sent. It would be great to have...
We know that ASB is not compatible with Jetpack Comments module and some other Ajax powered comment plugins. We can collect them and display a warning if they are activated.
After some reading about accessibility I would like to recommend removing `aria-hidden=true`, because it is meant for elements with multiple states (like collapsing items). https://github.com/pluginkollektiv/antispam-bee/blob/9c97b847fac652b3d0735463994a8e410857d7e2/antispam_bee.php#L1210 If we want to hide...
We could probably hijack the user registration form the same way as we already modify the comment form. See https://wordpress.org/support/topic/user-registration-spam-3
See https://wordpress.org/support/topic/multisite-default-settings-1 and pluginkollektiv/statify#23
I started work on #281 with a button that allows the user to reanalyze all pending comments. For now, the button lives in the row with the filter and bulk...