Better email headers for In-Reply-To and References
Previously, the References header emitted by the system for new thread entry auto-responses and alerts included the message-id for which the email was a reply in the `References` header. This patch corrects the issue by placing the reply message-id in the In-Reply-To header, and constructs a correct References header. That is, if available, the References header received in the email that was used to create the thread entry is appended to the message-id the email is actually in reply to. This is the expected usage of the References header.
Showing
- include/class.mailer.php 2 additions, 2 deletionsinclude/class.mailer.php
- include/class.mailparse.php 1 addition, 1 deletioninclude/class.mailparse.php
- include/class.thread.php 19 additions, 0 deletionsinclude/class.thread.php
- include/class.ticket.php 24 additions, 8 deletionsinclude/class.ticket.php
Loading
Please register or sign in to comment