OsTicket version 1.6 running on Windows 2008 server.
Mail Sending: phpMail functions
Mail Fetching: POP from Sendmail version 8.14.3
PHP Version 5.4.6
If an email is retrieved from our mail server into OsTicket by cron and the body of the email contains an email address in the following format the email address between the "less than" < and the "greater than" signs > is stripped out :
The body of the received email contains the following:
---------- Forwarded message ----------
From: "Some Name"
Date: Oct 3, 2012 10 PM
Subject: Any subject here
To: "Someother Name"
Hello,
It arrives in the OsTicket system as:
---------- Forwarded message ----------
From: "Some Name"
Date: Oct 3, 2012 10 PM
Subject: Any subject here
To: "Someother Name"
Hello,
Can anyone tell me where to change the code to stop it from editing the message body?