From spamtitan
Review the SpamTitan quarantine queue, show email statistics summary, and list recent held messages with release and delete actions.
How this command is triggered — by the user, by Claude, or both
Slash command
/spamtitan:review-quarantine [domain] [quarantine_type] [period] [limit]The summary Claude sees in its command listing — used to decide when to auto-load this command
# SpamTitan Quarantine Review Review the SpamTitan quarantine queue for held messages. Starts with an email flow statistics summary, then lists recent quarantined messages grouped by type. Presents release and delete recommendations based on message content and spam scores. This is the primary daily workflow for MSP email security management. ## Prerequisites - SpamTitan MCP server connected with valid API credentials - MCP tools `spamtitan_get_stats`, `spamtitan_get_queue`, `spamtitan_get_message`, `spamtitan_release_message`, and `spamtitan_delete_message` available ## Steps 1. **Get...
Review the SpamTitan quarantine queue for held messages. Starts with an email flow statistics summary, then lists recent quarantined messages grouped by type. Presents release and delete recommendations based on message content and spam scores. This is the primary daily workflow for MSP email security management.
spamtitan_get_stats, spamtitan_get_queue, spamtitan_get_message, spamtitan_release_message, and spamtitan_delete_message availableGet email statistics summary
Call spamtitan_get_stats with the specified period (default: today) and domain if provided. Display a summary showing total inbound volume, quarantine counts by type, spam rate, and top quarantine senders.
Fetch the quarantine queue
Call spamtitan_get_queue filtered by domain and quarantine_type if provided. Limit results to the specified limit. Filter to messages from the last 24 hours unless the queue is small, in which case extend to 48 hours.
Group messages by type
Organize the queue by quarantine type:
Identify likely false positives
For probable_spam messages, flag likely false positives based on:
List-Unsubscribe header (legitimate bulk mail)Present release and delete recommendations
For each message, recommend either:
Execute actions
For messages with clear recommendations, call spamtitan_release_message or spamtitan_delete_message as appropriate. When releasing a repeat sender, include add_to_allowlist=true.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| domain | string | No | all | Client domain to scope the review |
| quarantine_type | string | No | all | Type of quarantine to review (spam, probable_spam, phishing, virus, blocked) |
| period | string | No | today | Statistics period (today, yesterday, 7d, 30d) |
| limit | integer | No | 50 | Maximum number of messages to list |
/review-quarantine
/review-quarantine --domain clientcorp.com
/review-quarantine --quarantine_type phishing
/review-quarantine --period 7d --limit 200
SPAMTITAN_API_KEY is set correctly/manage-lists - Add or remove sender allowlist and blocklist entries after identifying patterns from the quarantine queuenpx claudepluginhub wyre-technology/msp-claude-plugins --plugin spamtitan/search-quarantineSearches quarantined emails in Checkpoint Harmony Email & Collaboration by sender, recipient, reason, severity, date range, and status. Returns matching entries with key details.
/search-quarantineSearches quarantined email messages in Proofpoint by sender, recipient, subject, or reason, returning a formatted table with quick-action references.
/check-queueChecks Mimecast email delivery queue status, identifies stuck, deferred, or failed messages, and provides queue health assessment with recommended actions. Supports filtering by direction and status.
/case-reviewFetches and triages abuse mailbox cases from Abnormal Security, displaying a formatted report with AI judgments and recommended actions.