Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    42b7c57d
    bounce: Handle rfc-1892 style bounce notices · 42b7c57d
    Jared Hancock authored
    Sometimes an MTA may just send back the headers of the original message
    rather than the entire original message. Such an email will have a
    `text/rfc822-headers` part which will be the complete headers of the
    original message.
    
    Without this patch, osTicket will create a new ticket for the bounce message
    rather than attaching the new internal note to the existing ticket.
    
    References:
    https://tools.ietf.org/html/rfc1892
    42b7c57d
    History
    bounce: Handle rfc-1892 style bounce notices
    Jared Hancock authored
    Sometimes an MTA may just send back the headers of the original message
    rather than the entire original message. Such an email will have a
    `text/rfc822-headers` part which will be the complete headers of the
    original message.
    
    Without this patch, osTicket will create a new ticket for the bounce message
    rather than attaching the new internal note to the existing ticket.
    
    References:
    https://tools.ietf.org/html/rfc1892