ts-mailcow-api
    Preparing search index...

    Interface SpamPolicy

    Interface of the Antispam Policy as returned by Mailcow.

    interface SpamPolicy {
        object: string;
        prefid: number;
        value: string;
    }
    Index

    Properties

    Properties

    object: string

    The domain of the policy.

    prefid: number

    The ID of the policy.

    value: string

    The address of the policy.