mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 16:56:00 +03:00
[GH-ISSUE #233] Feature add Spam Score Check #151
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xtreme2020 on GitHub (Jan 5, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/233
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.
@axllent commented on GitHub (Jan 6, 2024):
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.
@axllent commented on GitHub (Jan 21, 2024):
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?