Skip to content

Commit 49b3f5e

Browse files
author
Till Brehm
committed
Fixed: FS#3683 - New gtld - regex issue while defining alias emaildomains
1 parent 132081c commit 49b3f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/form/mail_aliasdomain.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
1 => array ( 'type' => 'UNIQUE',
8787
'errmsg'=> 'source_error_unique'),
8888
2 => array ( 'type' => 'REGEX',
89-
'regex' => '/^\@[\w\.\-]{2,64}\.[a-zA-Z0-9\-]{2,10}$/',
89+
'regex' => '/^\@[\w\.\-]{2,64}\.[a-zA-Z0-9\-]{2,20}$/',
9090
'errmsg'=> 'source_error_regex'),
9191
),
9292
'default' => '',

0 commit comments

Comments
 (0)