AdhocAdam / smletsexchangeconnector

SMLets PowerShell based Exchange Connector for controlling Microsoft System Center Service Manager 2016+
https://adhocadam.github.io/smletsexchangeconnector/
GNU General Public License v3.0
29 stars 19 forks source link

Fix for multi-language reply merging #451

Closed SimonZein closed 1 year ago

SimonZein commented 1 year ago

For merging messages where no workitem Id is provided and the subject starts with a reply prefix, the connector only processes the RE: . By adding a regex variable for other languages and adding it to the message processing, other languages are also recognized and merged correctly

AdhocAdam commented 1 year ago

I think you might have to either:

Alternatively, give me a lot of time to look into this

SimonZein commented 1 year ago

Hello Adam, i will resync them now :) Shall I recreate the pulls after that?

AdhocAdam commented 1 year ago

Yes please! Just branch from dev and then PR against my dev