Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
f49e5154
Commit
f49e5154
authored
Mar 17, 2010
by
rescue9
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ability to use spaces in mail filter rules
parent
2061575a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
interface/web/mail/form/mail_user_filter.tform.php
interface/web/mail/form/mail_user_filter.tform.php
+2
-2
No files found.
interface/web/mail/form/mail_user_filter.tform.php
View file @
f49e5154
...
...
@@ -110,7 +110,7 @@ $form["tabs"]['filter'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[a-zA-Z0-9\.\-\_]{0,100}$/'
,
'regex'
=>
'/^[a-zA-Z0-9\.\-\_
\
]{0,100}$/'
,
'errmsg'
=>
'target_error_regex'
),
),
'default'
=>
''
,
...
...
@@ -132,4 +132,4 @@ $form["tabs"]['filter'] = array (
?>
\ No newline at end of file
?>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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