ts-mailcow-api
    Preparing search index...

    Interface SpamPolicyGetRequest

    Antispam policy get request.

    interface SpamPolicyGetRequest {
        domain: string;
        type: "wl" | "bl";
    }
    Index

    Properties

    Properties

    domain: string

    The exact address or use wildcard to match whole domain.

    type: "wl" | "bl"

    Use 'wl' to get whitelist policies and use 'bl' to get blacklist policies.