rescue9
2010-03-17 f49e515406c79ef17507f425557ba8336f78161b
Added ability to use spaces in mail filter rules
1 files modified
4 ■■■■ changed files
interface/web/mail/form/mail_user_filter.tform.php 4 ●●●● patch | view | raw | blame | history
interface/web/mail/form/mail_user_filter.tform.php
@@ -110,7 +110,7 @@
            '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 @@
?>
?>