Skip to content
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 metrics about spam mails #128

Closed
devmount opened this issue Nov 10, 2020 · 4 comments
Closed

Add metrics about spam mails #128

devmount opened this issue Nov 10, 2020 · 4 comments
Assignees
Labels
feature Brand new functionality
Milestone

Comments

@devmount
Copy link
Owner

Describe the feature you'd like
Some additional insights about percentage of spam mails or similar would be nice.

Additional context
None.

@devmount devmount added the feature Brand new functionality label Nov 10, 2020
@devmount devmount added this to the v0.9.0 milestone Nov 10, 2020
@devmount devmount removed this from the v1.0.0 milestone Nov 20, 2020
@devmount
Copy link
Owner Author

As ThirdStats only does a "current state" analysis, it will be hard to get some useful information here. A good metric would be the ratio of spam and non-spam emails (per day, per year, etc) or at which time spam mails usually drop in. BUT: That would require people keeping ALL spam mails in their Junk folder, which isn't good practice and very few people do this I think.

Any additional ideas on this topic? Otherwise I will close this for now.

@devmount devmount added the discussion Further conversation required to figure out the action steps label Nov 20, 2020
@devmount
Copy link
Owner Author

devmount commented Nov 21, 2020

According to the docs, Thunderbird stores 2 information about spam/junk for each mail:

  • a junk flag (Boolean)
  • a junk score (Integer)

Given these informationen, the following metrics are possible for ThirdStats:

  • current number of junk emails existing per account (with e.g. zero junk indication)
  • junk score per account
  • junk score course per year / per month etc.
  • contacts with the highest junk score, indicating emails from which contacts are likely mistakenly to be flagged as junk

Any additional ideas? I will look into how to display these information nice and clean and integrate it with the existing charts.

@devmount devmount added this to the v1.2.0 milestone Dec 4, 2020
@devmount devmount modified the milestones: v1.2.0, v1.3.0 Jan 6, 2021
@devmount devmount modified the milestones: v1.3.0, v1.4.0 Jan 24, 2021
@devmount devmount added the in progress Taking action, but need a few things to happen first label Jan 31, 2021
@devmount
Copy link
Owner Author

devmount commented Feb 1, 2021

Currently waiting for an answer to this problem to continue working on this feature:
https://thunderbird.topicbox.com/groups/addons/T4aef9dcece8deb48

@devmount devmount modified the milestones: v1.4.0, v1.5.0 Feb 6, 2021
@devmount devmount added on hold This cannot be worked on and removed in progress Taking action, but need a few things to happen first labels Feb 8, 2021
@devmount devmount modified the milestones: v1.5.0, v1.6.0 Feb 18, 2021
@devmount devmount self-assigned this Feb 27, 2021
@devmount devmount removed this from the v1.5.1 milestone Mar 6, 2021
@devmount devmount added this to the v1.6.0 milestone Mar 24, 2021
@devmount devmount removed discussion Further conversation required to figure out the action steps on hold This cannot be worked on labels Mar 24, 2021
@devmount devmount mentioned this issue Mar 26, 2021
@devmount
Copy link
Owner Author

According to the answer in the proposed thread, I converted message querying from query() to list() and was now able to implement #284 with some basic metrics. As soon as the junkScore issue is solved as well, additional charts may follow. But this is closed for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Brand new functionality
Projects
None yet
Development

No branches or pull requests

1 participant