Skip to content

Commit 7e61904

Browse files
author
Till Brehm
committed
Fixed: FS#3469 - MX records - 3.0.5.4 and 3.0.5.4p1
1 parent 97b556d commit 7e61904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/form/dns_mx.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
'type' => 'TOLOWER')
8888
),
8989
'validators' => array ( 0 => array ( 'type' => 'REGEX',
90-
'regex' => '/^[a-zA-Z0-9\.\-]{0,255}$/',
90+
'regex' => '/^[a-zA-Z0-9\.\-\*]{0,255}$/',
9191
'errmsg'=> 'name_error_regex'),
9292
),
9393
'default' => '',

0 commit comments

Comments
 (0)