-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature add Spam Score Check #233
Comments
I'm looking into this. There is a catch though, in order for there to be a spam score, Mailpit will need to integrate with either an existing running spamassassin server, or alternatively use a public spamassassin API (meaning raw email data is posted to the third party... ie: privacy). It's not possible for Mailpit to do any spam detection itself. The solution I'm working on will be opt-in, meaning it has to be enabled in Mailpit (startup flag or environment variable), and in doing so will have to choose which service to use. I'm experiencing some inconsistencies with spamassassin though (changing scores for the same email) so I have more research to do first. |
Thank you for the suggestion @xtreme2020. I have just released this feature as part of v1.13.0. You can read more about the feature on the website. It was an interesting discovery, here are some of the things I noted:
Let me know how you get on and whether this does what you expected? |
Hi, first thanks for this great tool for mail testing, also to see if the spam score feature can be added, i’ve seen in others projects and would be great if you can add it.
The text was updated successfully, but these errors were encountered: