-
Notifications
You must be signed in to change notification settings - Fork 13
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
Gather and store mailing list subscriber statistics #1570
Comments
mm2 and mm3 are each separate tasks. For mm2, I have installed this script on wowbagger:
For mm3, a script should query the core db's For each of these methods, which are quite different, can you think of an algorithm to solve for "unsubscribes"? (I have an answer :-) ) PR's are welcome on https://github.com/cppalliance/boost-mailman |
Is your algorithm more sophisticated than looking for emails that disappear from the [ |
Possibly. mm2: Now that the log file has been discovered, parse that. Before, I was thinking:
mm3: Let's say a report is run every 3 months. Observe the total number of subscribers, compared to last period. It has increased by 10. Observe the monotonically increasing |
Edit: updated text, above |
The verification step is a complexity though. Here is a snippet from the
In that case, maybe If someone "registers" but never completes "verify" then shouldn't they just be ignored? Not yet a real subscriber. Then all calculations of any types (subscribers or unsubscribers) should exclude addresses with empty |
In an effort to further measure engagement and activity in the C++ community, we should collect and store data on mailing list subscriber flows and levels. This should include total number of subscribers, new subscribes and unsubscribes by date. We will likely use this data in reports.
The text was updated successfully, but these errors were encountered: