Skip to content

mxr screener

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]
SubcommandPurpose
queueShow senders waiting for a decision (default if no subcommand)
listList all existing decisions
allowAllow this sender into the inbox
denyAuto-trash and mark-read this sender’s mail on ingest
feedRoute to a feed (skip inbox)
paper-trailRoute to paper trail (archive on ingest)
clearClear an existing decision
helpPrint this message or the help of the given subcommand(s)
FlagDescription
--account <ACCOUNT>Restrict to a specific account
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Decide where first-time senders should go.

Terminal window
mxr screener queue
mxr screener feed newsletter@example.com --label feeds

Allow this sender into the inbox

mxr screener allow [OPTIONS] <SENDER_EMAIL>
FlagDescription
<SENDER_EMAIL>
FlagDescription
--label <LABEL>Optional provider label to apply on ingest
-h, --helpPrint help

Clear an existing decision

mxr screener clear <SENDER_EMAIL>
FlagDescription
<SENDER_EMAIL>
FlagDescription
-h, --helpPrint help

Auto-trash and mark-read this sender’s mail on ingest

mxr screener deny [OPTIONS] <SENDER_EMAIL>
FlagDescription
<SENDER_EMAIL>
FlagDescription
--label <LABEL>
-h, --helpPrint help

Route to a feed (skip inbox)

mxr screener feed [OPTIONS] <SENDER_EMAIL>
FlagDescription
<SENDER_EMAIL>
FlagDescription
--label <LABEL>
-h, --helpPrint help

List all existing decisions

mxr screener list
FlagDescription
-h, --helpPrint help

Route to paper trail (archive on ingest)

mxr screener paper-trail [OPTIONS] <SENDER_EMAIL>
FlagDescription
<SENDER_EMAIL>
FlagDescription
--label <LABEL>
-h, --helpPrint help

Show senders waiting for a decision (default if no subcommand)

mxr screener queue [OPTIONS]
FlagDescription
--limit <LIMIT>[default: 100]
-h, --helpPrint help