tbrehm
2010-09-24 28eadb79e75b5d0ad4b2a576bd5f068c45e6d366
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-Z\-]{2,10}$/',
                                          'errmsg'=> 'source_error_regex'),
                           ),
         'default'   => '',