mxr senders
Generated from
mxr senders --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
List top inbound senders by message volume.
--since restricts the count window to recent messages so the ranking reflects current noise, not all-time history. Accepts shorthand durations like 7d / 4w / 12h, or an RFC-3339 timestamp (2026-02-01T00:00:00Z).
mxr senders [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--top <TOP> | [default: 20] |
--account <ACCOUNT> | — |
--since <SINCE> | Only count messages received within this window. Defaults to unbounded (all-time) |
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help (see a summary with ‘-h’) |
Use When
Section titled “Use When”List top inbound senders by message volume. Use --since to restrict to a recent window (e.g. --since 7d for the last week, or an RFC-3339 timestamp). Pipe --format ids into mxr unsubscribe to clean house in two commands.
Everyday Examples
Section titled “Everyday Examples”mxr senders --top 20mxr senders --top 10 --since 7dmxr senders --since 2026-01-01T00:00:00Z --format json | jq '.[] | {who:.sender_email, count:.message_count}'See also
Section titled “See also”- CLI overview — full command index
- Concepts — query operators, search modes, JSON shapes
- Automation contract — which commands support
--format json,--dry-run, stdin