---------------------------
- Changed the email address validation. The old one allowed a few bad
addresses to slip through - addresses with trailing dots for instance.
The new validation is generally stricter. Note that 'simple' local addresses
like 'adminlocalhost' are no longer allowed. For special use-cases where you
need this, you must change the validation RegExp. However, for most usecases, I
believe this is a big improvement.
[tmog]