haraka / Haraka

A fast, highly extensible, and event driven SMTP server

Home Page:https://haraka.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding spam complaints, abuse and list-unsubscribe, click tracking

ravivgolov opened this issue · comments

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.

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).