tbrehm
2011-08-05 e83dd14b5bdb0fadbafcbc89698467f9db0f04bf
interface/web/mail/form/mail_aliasdomain.tform.php
@@ -74,7 +74,7 @@
                              1 => array (   'type'   => 'UNIQUE',
                                          'errmsg'=> 'source_error_unique'),
                              2 => array (   'type'   => 'REGEX',
                                          'regex' => '/^\@[\w\.\-]{2,64}\.[a-zA-Z\-]{2,10}$/',
                                          'regex' => '/^\@[\w\.\-]{2,64}\.[a-zA-Z0-9\-]{2,10}$/',
                                          'errmsg'=> 'source_error_regex'),
                           ),
         'default'   => '',