Generated from mxr screener --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.
Triage unknown senders: classify them as allow / deny / feed / paper-trail. Local-only consent metadata; never roundtrips to the provider
mxr screener [OPTIONS] [COMMAND]
| Subcommand | Purpose |
|---|
queue | Show senders waiting for a decision (default if no subcommand) |
list | List all existing decisions |
allow | Allow this sender into the inbox |
deny | Auto-trash and mark-read this sender’s mail on ingest |
feed | Route to a feed (skip inbox) |
paper-trail | Route to paper trail (archive on ingest) |
clear | Clear an existing decision |
help | Print this message or the help of the given subcommand(s) |
| Flag | Description |
|---|
--account <ACCOUNT> | Restrict to a specific account |
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Decide where first-time senders should go.
mxr screener feed newsletter@example.com --label feeds
Allow this sender into the inbox
mxr screener allow [OPTIONS] <SENDER_EMAIL>
| Flag | Description |
|---|
<SENDER_EMAIL> | — |
| Flag | Description |
|---|
--label <LABEL> | Optional provider label to apply on ingest |
-h, --help | Print help |
Clear an existing decision
mxr screener clear <SENDER_EMAIL>
| Flag | Description |
|---|
<SENDER_EMAIL> | — |
| Flag | Description |
|---|
-h, --help | Print help |
Auto-trash and mark-read this sender’s mail on ingest
mxr screener deny [OPTIONS] <SENDER_EMAIL>
| Flag | Description |
|---|
<SENDER_EMAIL> | — |
| Flag | Description |
|---|
--label <LABEL> | — |
-h, --help | Print help |
Route to a feed (skip inbox)
mxr screener feed [OPTIONS] <SENDER_EMAIL>
| Flag | Description |
|---|
<SENDER_EMAIL> | — |
| Flag | Description |
|---|
--label <LABEL> | — |
-h, --help | Print help |
List all existing decisions
| Flag | Description |
|---|
-h, --help | Print help |
Route to paper trail (archive on ingest)
mxr screener paper-trail [OPTIONS] <SENDER_EMAIL>
| Flag | Description |
|---|
<SENDER_EMAIL> | — |
| Flag | Description |
|---|
--label <LABEL> | — |
-h, --help | Print help |
Show senders waiting for a decision (default if no subcommand)
mxr screener queue [OPTIONS]
| Flag | Description |
|---|
--limit <LIMIT> | [default: 100] |
-h, --help | Print help |