nylas
    Preparing search index...

    Interface PolicySpamDetection

    Interface representing spam detection settings for Nylas Agent Accounts.

    interface PolicySpamDetection {
        spamSensitivity?: number;
        useHeaderAnomalyDetection?: boolean;
        useListDnsbl?: boolean;
    }
    Index

    Properties

    spamSensitivity?: number

    Spam detection sensitivity. Higher values mark more messages as spam.

    useHeaderAnomalyDetection?: boolean

    Whether to enable header anomaly detection on inbound messages.

    useListDnsbl?: boolean

    Whether to enable DNS-based block list checking on inbound messages.