ts-mailcow-api
    Preparing search index...

    Interface SpamScoreGetResponse

    Response of the get/spam-score/{mailbox} endpoint.

    Note: the upstream OpenAPI spec documents this key as spam_score, but the PHP handler (json_api.php, case spam-score under the get action) wraps the value as score.

    interface SpamScoreGetResponse {
        score: string;
    }
    Index
    score: string

    The spam score, of the form 'lowerbound,upperbound'.