ts-mailcow-api
    Preparing search index...

    Interface RSLog

    Rspamd log item.

    interface RSLog {
        action: string;
        ip: string;
        is_skipped: boolean;
        "message-id": string;
        rcpt_mime: string[];
        rcpt_smtp: string[];
        required_score: string;
        score: number;
        sender_mime: string;
        sender_smtp: string;
        size: string;
        subject: string;
        symbols: object;
        time: number;
        time_real: string;
        unix_time: number;
        user: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: string

    What happend to the message.

    ip: string

    IP of the sender

    is_skipped: boolean

    If the message was skipped.

    "message-id": string

    Message ID

    rcpt_mime: string[]

    Array of recipients MIME.

    rcpt_smtp: string[]

    Array of recipients SMTPs.

    required_score: string

    Score needed to pass.

    score: number

    Score of the message

    sender_mime: string

    MIME of the sender.

    sender_smtp: string

    SMTP of the receiver.

    size: string

    Size of the message.

    subject: string

    Subject of the e-mail.

    symbols: object

    Object containing all the Rspamd scoring info.

    time: number

    Timestamp in Epoch format.

    time_real: string

    Time used.

    unix_time: number

    EPOCH time stamp.

    user: string

    Name of the user