Does the Akismet plugin scan posts that are processed via incoming “anonymous” email that stages an account for that user? If not, can that happen somehow?
We’ve gotten a lot of typical looking spam (invoice due, etc.) in the past week. We have a private category that receives this feedback email so while it’s not a huge impact, people watching that category are getting Discourse-based spam email notifications.
Seems like an obvious catch for Akismet, which tends to err on the side of false positives.
Incoming through Google Apps, and no it’s not catching (enough of) them. Of course I also get similar messages in my own Gmail accounts several times per week.
Hmm. Don’t know what the code looks like, but any chance of exposing this as a site setting for the plugin? (Maybe something like “scan incoming emails” or maybe also “scan messages”?)
This is a good idea, but I wonder if the content_type should be email for all PM’s (web or email in), while email-to-post should still be forum-post (since that’s the type of content it would be).