ts-mailcow-api
    Preparing search index...

    Interface SpamScoreEditRequest

    Spam score edit payload.

    interface SpamScoreEditRequest {
        attr: { spam_score: string };
        items: string | string[];
    }
    Index

    Properties

    Properties

    attr: { spam_score: string }

    The attributes to edit.

    Type declaration

    • spam_score: string

      The spamscore to set, should be of the form 'lowerbound, upperbound'.

    items: string | string[]

    Mailboxes to edit.