I had a reply from Sophos to find out which Sophos component causes the crashes of Outlook, by disabling each Sophos component individually instead of disabling Sophos as a whole.
I wrote a simple VBA script using SendKeys() and some Sleep() commands to simulate:
- create a new e-mail
- write some lines in the body
- discard the e-mail
repeat that for 100 times.
With all Sophos components enabled, I can reproduce a crash of Outlook within about 25 tries.
With all Sophos components disabled, all 100 times are succesful.
But with a single Sophos component disabled, (I already tested: Files, Ransomware Detection, Exploit mitigation and Malicious Behaviour Detection) a crash of Outlook can still be reproduced within 1000 tries.
A few more Sophos components te go...
Did the exceptions for OUTLOOK.EXE and UCRTBASE.DLL stop the crashes? I added the exceptions this afternoon (18, Jan 2021) but I will remove them again if this has already proven to be ineffective.