I'm receiving hash errors on Inbound Mail (e.g. ack, down).
Assumption is that these errors are related to the hash being broken into multiple lines (e.g. "^M" found in the cleaner.log).
Example:
Code: Select all
-----^M
^M
To reply, keep the following data in your response email.^M
^M
##OTViMDcxY2VkYjUyMDZiZDhTNWFuSmNpLzVablVwR2lGd0NFUzVsMzlZRUVjK3pxcDNSS3lkO=^M
DlaWThRY0VWMTUybFhXR2VQZ1BBUStveklHOURXcllNeUUzeFZFNHFGazAvQ1dnPT0=3D##^M
Error - Could not find a host object in the hash provided
Inbound mail must connect to MS Exchange mailbox via IMAP.
Changing reply emails to be plain text does not seem to resolve issue.
Previous posts regarding this issue reference line 559 from xicore.inc.php:
Code: Select all
$hash = trim(str_replace(array('> ', '>', '=', "\n", "\t", "\r"), '', substr($email['body'], $start + 2, $end - $start - 2)));
Looking for guidance, regarding any additional methods for stripping the "^M".
Thanks.