Skip to content
  • rswindell's avatar
    ef5eb4cb
    Using char* instead of macros for repeated strings (e.g. SMTP OK response). · ef5eb4cb
    rswindell authored
    Delivery failure (bounce) messages now includes error text included with new
    SMTPSYSMSG header fields (created with the bounce function). The error message
    text is no longer crammed into the bounce-message subject (the original subject
    is retained).
    SMTP reverse-path is stored in SMB msg header using new SMTPREVERSEPATH
    header field type. This address is then used for delivery failure notifications
    and when relaying to external SMTP servers.
    Bounce-messages are now created with a sender agent type of AGENT_SMTPSYSMSG
    (instead the generic AGENT_PROCESS).
    sockmsgtxt() uses original RFC822 'from' and 'to' header fields if they were stored.
    ef5eb4cb
    Using char* instead of macros for repeated strings (e.g. SMTP OK response).
    rswindell authored
    Delivery failure (bounce) messages now includes error text included with new
    SMTPSYSMSG header fields (created with the bounce function). The error message
    text is no longer crammed into the bounce-message subject (the original subject
    is retained).
    SMTP reverse-path is stored in SMB msg header using new SMTPREVERSEPATH
    header field type. This address is then used for delivery failure notifications
    and when relaying to external SMTP servers.
    Bounce-messages are now created with a sender agent type of AGENT_SMTPSYSMSG
    (instead the generic AGENT_PROCESS).
    sockmsgtxt() uses original RFC822 'from' and 'to' header fields if they were stored.
Loading