Till Brehm
2013-11-25 1272df7f9c98dd6ac4399616ba9e98f037365dd8
interface/web/mail/form/mail_user.tform.php
@@ -107,7 +107,7 @@
            0 => array (  'type'  => 'UNIQUE',
               'errmsg'=> 'login_error_unique'),
            1 => array (  'type'  => 'REGEX',
               'regex' => '/^[a-z0-9][\w\.\-_\+@]{1,63}$/',
               'regex' => '/^[_a-z0-9][\w\.\-_\+@]{1,63}$/',
               'errmsg'=> 'login_error_regex'),
         ),
         'default' => '',