From 355b48c4ce5f410404a1d61434efebdf858033a3 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Thu, 15 Jan 2015 03:43:38 -0500 Subject: [PATCH] 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. --- interface/web/mail/form/spamfilter_users.tform.php | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/interface/web/mail/form/spamfilter_users.tform.php b/interface/web/mail/form/spamfilter_users.tform.php index 32a5e05..0eba0bb 100644 --- a/interface/web/mail/form/spamfilter_users.tform.php +++ b/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', -- Gitblit v1.9.1