The email I get in Outlook looks like this (in RT it looks fine):
1
2
3
4
If I reply back RT will now have the double CR. If ticket owner replies I will see triple CR’s. Rinse repeat and the CR’s grow and grow.
I have queried the list and found a previous patch that requires the X-Mailer header. New versions Exchange do not send X-Mailer. We changed EmailerParser.pm to force all messages through the RescueOutlook code. Unfortunately it did not fix anything.
The email I get in Outlook looks like this (in RT it looks fine):
1
2
3
4
If I reply back RT will now have the double CR. If ticket owner replies I will see triple CR’s. Rinse repeat and the CR’s grow and grow.
I have queried the list and found a previous patch that requires the X-Mailer header. New versions Exchange do not send X-Mailer. We changed EmailerParser.pm to force all messages through the RescueOutlook code. Unfortunately it did not fix anything.
In addition to stripping the X-Mailer header a lot of newer exchanges
are forcing a base64 transfer encoding. That will prevent Rescude
code from ever working. There’s a branch to work on this, but I’m not
sure of the status.
The email I get in Outlook looks like this (in RT it looks fine):
1
2
3
4
If I reply back RT will now have the double CR. If ticket owner
replies I will see triple CR’s. Rinse repeat and the CR’s grow and
grow.
I have queried the list and found a previous patch that requires
the X-Mailer header. New versions Exchange do not send X-Mailer.
We changed EmailerParser.pm to force all messages through the
RescueOutlook code. Unfortunately it did not fix anything.
In addition to stripping the X-Mailer header a lot of newer
exchanges are forcing a base64 transfer encoding. That will prevent
Rescude code from ever working. There’s a branch to work on this,
but I’m not sure of the status.
The branch is up and waiting on some testing in the wild with
Outlook/Exchange that exhibits the issue: