ts-mailcow-api
    Preparing search index...

    Interface RLLog

    Ratelimited log item.

    interface RLLog {
        from: string;
        header_from: string;
        header_subject: string;
        ip: string;
        message_id: string;
        qid: string;
        rcpt: string;
        rl_hash: string;
        rl_info: string;
        rl_name: string;
        time: number;
        user: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    from: string

    From email adress.

    header_from: string

    Header of the from field.

    header_subject: string

    Header of the subject field.

    ip: string

    IP of the sender.

    message_id: string

    ID of the message.

    qid: string

    QID of the message.

    rcpt: string

    Recipient of the message.

    rl_hash: string

    Ratelimit hash.

    rl_info: string

    Ratelimit info

    rl_name: string

    Ratelimit name

    time: number

    Timestamp in Epoch format.

    user: string

    Sender of the message.