Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
49b3f5ec
Commit
49b3f5ec
authored
Sep 30, 2014
by
Till Brehm
Browse files
Fixed: FS#3683 - New gtld - regex issue while defining alias emaildomains
parent
132081c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/form/mail_aliasdomain.tform.php
View file @
49b3f5ec
...
...
@@ -86,7 +86,7 @@ $form["tabs"]['alias'] = array (
1
=>
array
(
'type'
=>
'UNIQUE'
,
'errmsg'
=>
'source_error_unique'
),
2
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^\@[\w\.\-]{2,64}\.[a-zA-Z0-9\-]{2,
1
0}$/'
,
'regex'
=>
'/^\@[\w\.\-]{2,64}\.[a-zA-Z0-9\-]{2,
2
0}$/'
,
'errmsg'
=>
'source_error_regex'
),
),
'default'
=>
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment