-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
Adding spam complaints, abuse and list-unsubscribe, click tracking #3380
Comments
Haraka itself is just an SMTP server, so most of the things here mentioned are out of scope, except list unsubscribe, if I'm not mistaken. Click-tracking for sent e-mails will always be difficult because most vendors will remove any external references from the email and replace them with cached versions, so when the recipient receives the email and hits what would have been a reference to a click-tracking URL, it will actually be a cached version stored on the recipient mail server side, and thus won't notify you when the link is actually clicked, only when the mail is actually processed (which may or may not have anything to do with interaction on the recipient side). |
I once built something like this using the body filter plugin technology
(that's what I wrote it for originally). Basically it would remember the
email contents and then add a link to mark it as spam. It didn't work that
well, but I didn't spend a lot of time on it.
The problem is this sort of thing needs to be part of the email client, not
the SMTP server.
In short: Non-trivial, you can make it work, good luck.
…On Sat, Aug 3, 2024 at 11:34 AM Gabriel Hayes ***@***.***> wrote:
Haraka itself is just an SMTP server, so most of the things here mentioned
are out of scope, except list unsubscribe, if I'm not mistaken.
Click-tracking for sent e-mails will always be difficult because most
vendors will remove any external references from the email and replace them
with cached versions, so when the recipient receives the email and hits
what would have been a reference to a click-tracking URL, it will actually
be a cached version stored on the recipient mail server side, and thus
won't notify you when the link is actually clicked, only when the mail is
actually processed (which may or may not have anything to do with
interaction on the recipient side).
—
Reply to this email directly, view it on GitHub
<#3380 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFBWY2SO5YLM7YROIJNYPDZPT2A7AVCNFSM6AAAAABKG2GX5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRWHAZDEMRUHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello,
I have already searched, but I haven't found any way to integrate incoming email tracking, spam complaints, abuse reports, list-unsubscribe requests, and click tracking for security. Since Haraka is mainly good at spam filtering, these additional features can enhance the spam filter's effectiveness by over 300%.
If there is any solution, I would pay to integrate this into Haraka,
Thank you.
The text was updated successfully, but these errors were encountered: