Torsten Landsiedel

Results 174 comments of Torsten Landsiedel

One more problem: * For today the graph shows 121 spam comments. * I've enabled notifications * I've got only 3 spam comment mails sent to me What is happening...

This is a great idea! How do we do the migration from the old day based setting? Here is an idea for a migration path: If the day setting is...

There is already a plugin for this with a similar approach: https://wordpress.org/plugins/contact-form-7-honeypot/

We could use the transformation action hooks `comment_unapproved_to_spam` and `comment_approved_to_spam` or we could provide a button / action link for this. Possible problems: Privacy concerns (IP, Mail, Content, etc. from...

To get even more data, we could use the action hooks if someone marks a comment as spam and then ask for the data (like PoEdit does this): With an...

If we stay with our workflow (using the Google Form) we could pre-fill the form like this: https://docs.google.com/forms/d/e/1FAIpQLSeQlKVZZYsF1qkKz7U78B2wy_6s6I7aNSdQc-DGpjeqWx70-A/viewform?c=0&w=1&entry.437446945=name%20of%20the%20commenter&entry.462884433=IP&entry.1346967038=Host&entry.121560485=email%20of%20the%20commenter&entry.1210529682=website%20of%20the%20commenter&entry.1837399577=content%20of%20the%20comment URL encoded data. The user just needs to hit the "Send" button...

If someone wants to test this feature: Here is a working addon plugin: ```

![Bildschirmfoto 2020-07-22 um 23 21 17](https://user-images.githubusercontent.com/870475/88230120-19d5c700-cc72-11ea-8373-40f77e920e0e.png)

Includes Comment User Agent as a new item (form is already extended for this) and it gets the host from the IP.

> there could be some false positives We could add a checkbox at the end of the form "o This is a false positive and no spam" which could be...