Thanks for pointing this out. I've fixed it within the release code and it'll be noted in the v4.3.1 release.
To patch it in, within:
/core/includes/coreFunctions.class.php
Search for:
$body = eregi_replace("[\]", '', $body);
Replace with entire line with:
$body = preg_replace("/[\\\]/"...