Skip to content

Commit 844eabe

Browse files
author
Florian Schaal
committed
allow + for local-part in dns-soa (Fixes: #3836)
1 parent 0268a2b commit 844eabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
138138
'errmsg'=> 'mbox_error_empty'),
139139
1 => array ( 'type' => 'REGEX',
140-
'regex' => '/^[a-zA-Z0-9\.\-\_]{0,255}\.$/',
140+
'regex' => '/^[a-zA-Z0-9\.\-\_\+]{0,255}\.$/',
141141
'errmsg'=> 'mbox_error_regex'),
142142
),
143143
'default' => '',

0 commit comments

Comments
 (0)