Change email bbcode
Change the handler so that the html validator doesn't swear at bad emails addresses.
Symbols ', '', < and > will be encoded htmlspecialchars() function, rather than rawurlencode(). That is, addresses with such symbols will be unsuitable for transfer to the postal program.