filip
2010-11-04 baec2b27041db30bf08a8d421553eb8cc6b68a60
interface/web/mail/form/mail_domain_catchall.tform.php
@@ -74,7 +74,7 @@
                              1 => array (   'type'   => 'UNIQUE',
                                          'errmsg'=> 'domain_error_unique'),
                              2 => array (   'type'   => 'REGEX',
                                          'regex' => '/^\@[\w\.\-]{2,64}\.[a-zA-Z]{2,10}$/',
                                          'regex' => '/^\@[\w\.\-]{2,255}\.[a-zA-Z\-]{2,10}$/',
                                          'errmsg'=> 'domain_error_regex'),
                           ),
         'default'   => '',