pmg_statistics_spamscores
Analyze email spam score distribution by retrieving bucketed message counts. Optionally set a Unix epoch time range to narrow results.
Instructions
READ-ONLY: get PMG spam score distribution statistics. Optional Unix epoch start/end timespan. Needs PROXIMO_PMG_* config.
Returns a list of dicts bucketing message counts by spam score. For the raw quarantined spam messages use pmg_quarantine_spam instead. start/end map to starttime/endtime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Unix epoch end of the stats window; omit for no upper bound. | |
| start | No | Unix epoch start of the stats window; omit for no lower bound. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |