Skip to content

Commit 355b48c

Browse files
author
Till Brehm
committed
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 parent 66190e1 commit 355b48c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

interface/web/mail/form/spamfilter_users.tform.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@
9191
'formtype' => 'TEXT',
9292
'default' => '',
9393
'filters' => array( 0 => array( 'event' => 'SAVE',
94-
'type' => 'IDNTOASCII'),
95-
1 => array( 'event' => 'SHOW',
96-
'type' => 'IDNTOUTF8'),
97-
2 => array( 'event' => 'SAVE',
9894
'type' => 'TOLOWER')
9995
),
10096
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',

0 commit comments

Comments
 (0)