Postmaster v9.4.1 qualitative provider click classification - #10
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements Postmaster v9.4.1 as an additive qualitative interpretation layer on top of the existing v9.4 fingerprint click analytics.
Classification model
delivery_id + link_id + client_fingerprinttracking_clicksprovider_likelihood(0..100)provider_classification:likely_human,uncertain,likely_email_provider,known_email_proxyprovider_guess: null / google / microsoft / yahoo / otherclassification_reasonsAnalytics / MCP
get_tracking_summarykeeps the v9.4 counters and adds aqualitative_estimatelikely_provider_unique_clicks,likely_human_or_unclassified_unique_clicks,uncertain_unique_clicks, potential-provider share, provider suspects and classifier modelget_tracking_campaigninherits the same link summarylist_tracking_eventsannotates link rows with the qualitative fieldstracking_statusreports query-time classification supportbuild_status.provider_qualitative_classification=trueDashboard
Ground-truth tests
Adds fixtures for:
GoogleImageProxy-> 100 /known_email_proxyuncertain, not provider proofVersion / docs
VERSIONto9.4.1docs/LINK_TRACKING.mdwith the classifier, output contract, ground-truth rationale and exact Cloudflare endpoint requirementsDeployment / Cloudflare
postmaster-mcp.ymlis intentionally unchanged.No new public endpoint is introduced by v9.4.1.
For deployments using all tracking/AMP features, the existing narrow Cloudflare Access bypasses remain:
Keep
/,/mcp, dashboard/private APIs, analytics, mail/task/memory/skill/file-management routes protected./files/*remains the separate pre-existing v9.3 signed file-handoff concern; it is not required to be opened for v9.4.1 tracking.After the stable release is published,
POSTMASTER_VERSION=latest+POSTMASTER_CHECK_UPDATES_ON_START=truerequires only a stack/container restart. Cloudflare policy remains an external/manual configuration step.