-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add option to report detected trackers #78
Comments
It's supposed to catch those 1x1 images. I'm looking into your other issues on why it isn't happening for those cases. Right now, reporting is manual (sending me the raw |
I second an option to report an email that contains one or more unidentified trackers. The option would only be on emails with the grey x, and would need to be requested per email to report. It would send the raw .eml in a way that doesn't compromise privacy more than manually sending. (In fact, it would be a little better since the function could encrypt the email for transmit.) The option could display a dialog the first time it is used, warning that the contents of the email would be viewable by the MailTrackerBlocker development team. I'd suggest an option to disable the warning for future uses, but I'd accept getting the warning every time. One idea is for the reporting dialog to have a check box for whether the user is OK with the email being retained permanently (as a regression test case), or wants it just to be used to identify the missing tracker and then deleted. The point is that if a user is willing to go the manual route then it would be easier if this were a one-click-to-report option. |
Minimising what is sent may go some way to addressing the privacy issues. I imagine all that is needed to identify and attribute the tracker/s are some of the content and envelope SMTP headers, and the offending I'd suggest removing all email addresses from the content and envelope headers, and including only the offending |
Since it’s possible that someone will use a new tracking service, it would be awesome if there was a way to scan all loaded images to see if they’re 1x1. This could then result in a red X being displayed, with an option to report either the entire email or just the
img
tag as an issue for inclusion in future releases.The text was updated successfully, but these errors were encountered: