Till Brehm
2015-01-15 355b48c4ce5f410404a1d61434efebdf858033a3
Removed idn2ascii filter from mail pattern field in spamfilter_users form as the filter alters the pattern so that the wildcard pattern @. is not possible.
1 files modified
4 ■■■■ changed files
interface/web/mail/form/spamfilter_users.tform.php 4 ●●●● patch | view | raw | blame | history
interface/web/mail/form/spamfilter_users.tform.php
@@ -91,10 +91,6 @@
            'formtype' => 'TEXT',
            'default' => '',
            'filters'   => array( 0 => array( 'event' => 'SAVE',
                    'type' => 'IDNTOASCII'),
                1 => array( 'event' => 'SHOW',
                    'type' => 'IDNTOUTF8'),
                2 => array( 'event' => 'SAVE',
                    'type' => 'TOLOWER')
            ),
            'validators' => array (  0 => array ( 'type' => 'NOTEMPTY',