Skip to content

Commit 2e4e448

Browse files
author
Marius Burkard
committed
Merge branch '5849-emailfilters-target-should-allow-more-characters-at-least-a-slash' into 'develop'
Resolve "Emailfilters target should allow more characters - at least a slash" Closes #5849 See merge request ispconfig/ispconfig3!1293
2 parents 47a9e92 + 28cddc3 commit 2e4e448

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
'datatype' => 'VARCHAR',
122122
'formtype' => 'TEXT',
123123
'validators' => array ( 0 => array ( 'type' => 'REGEX',
124-
'regex' => '/^[\p{Latin}0-9\.\-\_\ \&]{0,100}$/u',
124+
'regex' => '/^[\p{Latin}0-9\.\-\_\ \&\/]{0,100}$/u',
125125
'errmsg'=> 'target_error_regex'),
126126
),
127127
'default' => '',

interface/web/mail/lib/lang/ar_mail_user_filter.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $wb['active_txt'] = 'Active';
66
$wb['rulename_error_empty'] = 'Name is empty.';
77
$wb['searchterm_is_empty'] = 'Search term is empty.';
88
$wb['source_txt'] = 'Source';
9-
$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
9+
$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, &, /, and {space}';
1010
$wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
1111
$wb['subject_txt'] = 'Subject';
1212
$wb['from_txt'] = 'From';

interface/web/mail/lib/lang/bg_mail_user_filter.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $wb['active_txt'] = 'Активен';
66
$wb['rulename_error_empty'] = 'Name is empty.';
77
$wb['searchterm_is_empty'] = 'Search term is empty.';
88
$wb['source_txt'] = 'Source';
9-
$wb['target_error_regex'] = 'Позволените символи са: a-z, 0-9, -, ., _, и {интервал}';
9+
$wb['target_error_regex'] = 'Позволените символи са: a-z, 0-9, -, ., _, &, /, и {интервал}';
1010
$wb['limit_mailfilter_txt'] = 'Максималният брой на емайл филтрите е достигнат.';
1111
$wb['subject_txt'] = 'Тема';
1212
$wb['from_txt'] = 'От';

interface/web/mail/lib/lang/ca_mail_user_filter.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $wb['active_txt'] = 'Actif';
66
$wb['rulename_error_empty'] = 'Le nom est vide.';
77
$wb['searchterm_is_empty'] = 'Le terme recherché est vide.';
88
$wb['source_txt'] = 'Source';
9-
$wb['target_error_regex'] = 'La cible ne peut contenir que ces caractères : a-z, 0-9, -, ., _, et {espace}';
9+
$wb['target_error_regex'] = 'La cible ne peut contenir que ces caractères : a-z, 0-9, -, ., _, &, /, et {espace}';
1010
$wb['limit_mailfilter_txt'] = 'Le nombre max de filtres courriel est atteint.';
1111
$wb['subject_txt'] = 'Sujet';
1212
$wb['from_txt'] = 'De';

interface/web/mail/lib/lang/cz_mail_user_filter.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $wb['active_txt'] = 'Aktivní';
66
$wb['rulename_error_empty'] = 'Název je prázdný.';
77
$wb['searchterm_is_empty'] = 'Vyhledávací řádek je prázdný.';
88
$wb['source_txt'] = 'Zdroj';
9-
$wb['target_error_regex'] = 'Cíl může obsahovat jen tyto znaky: a-z, 0-9, -, ., _, a {mezeru}';
9+
$wb['target_error_regex'] = 'Cíl může obsahovat jen tyto znaky: a-z, 0-9, -, ., _, &, /, a {mezeru}';
1010
$wb['limit_mailfilter_txt'] = 'Byl dosažen max. počet e-mailový filtrovacích pravidel.';
1111
$wb['subject_txt'] = 'Předmět';
1212
$wb['from_txt'] = 'Odesílatel';

interface/web/mail/lib/lang/de_mail_user_filter.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $wb['active_txt'] = 'Aktiv';
66
$wb['rulename_error_empty'] = 'Name ist leer.';
77
$wb['searchterm_is_empty'] = 'Suchbegriff ist leer.';
88
$wb['source_txt'] = 'Quelle';
9-
$wb['target_error_regex'] = 'Das Ziel beinhaltet wahrscheinlich diese Zeichen: a-z, 0-9, -, ., _, und {raum}';
9+
$wb['target_error_regex'] = 'Das Ziel beinhaltet wahrscheinlich diese Zeichen: a-z, 0-9, -, ., _, &, /, und {space}';
1010
$wb['limit_mailfilter_txt'] = 'Die maximale Anzahl an E-Mail Filtern für Ihr Konto wurde erreicht.';
1111
$wb['subject_txt'] = 'Betreff';
1212
$wb['from_txt'] = 'Von';

interface/web/mail/lib/lang/dk_mail_user_filter.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $wb['active_txt'] = 'Aktiv';
66
$wb['rulename_error_empty'] = 'Navn er tomt.';
77
$wb['searchterm_is_empty'] = 'Søgetermer er tomme.';
88
$wb['source_txt'] = 'Kilde';
9-
$wb['target_error_regex'] = 'Målet må kun indeholde disse tegn: a-z, 0-9, -, ., _, og {space}';
9+
$wb['target_error_regex'] = 'Målet må kun indeholde disse tegn: a-z, 0-9, -, ., _, &, /, og {space}';
1010
$wb['limit_mailfilter_txt'] = 'Max. antal af mailfiltere er nået.';
1111
$wb['subject_txt'] = 'Emne';
1212
$wb['from_txt'] = 'Fra';

interface/web/mail/lib/lang/el_mail_user_filter.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $wb['active_txt'] = 'Ενεργό';
66
$wb['rulename_error_empty'] = 'Το όνομα δεν έχει οριστεί.';
77
$wb['searchterm_is_empty'] = 'Ο όρος αναζήτησης δεν έχει οριστεί.';
88
$wb['source_txt'] = 'Πηγή';
9-
$wb['target_error_regex'] = 'Ο προορισμός μπορεί να περιέχει μόνο αυτούς τους χαρακτήρες: a-z, 0-9, -, ., _, και {κενό}';
9+
$wb['target_error_regex'] = 'Ο προορισμός μπορεί να περιέχει μόνο αυτούς τους χαρακτήρες: a-z, 0-9, -, ., _, &, /, και {κενό}';
1010
$wb['limit_mailfilter_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των φίλτρων mail.';
1111
$wb['subject_txt'] = 'Θέμα';
1212
$wb['from_txt'] = 'Από';

interface/web/mail/lib/lang/en_mail_user_filter.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $wb['active_txt'] = 'Active';
66
$wb['rulename_error_empty'] = 'Name is empty.';
77
$wb['searchterm_is_empty'] = 'Search term is empty.';
88
$wb['source_txt'] = 'Source';
9-
$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
9+
$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, &, /, and {space}';
1010
$wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
1111
$wb['subject_txt'] = 'Subject';
1212
$wb['from_txt'] = 'From';

interface/web/mail/lib/lang/es_mail_user_filter.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $wb['size_under_txt'] = 'Tamaño del correo inferior a (KB)';
2323
$wb['source_txt'] = 'Origen';
2424
$wb['stop_txt'] = 'Detener';
2525
$wb['subject_txt'] = 'Asunto';
26-
$wb['target_error_regex'] = 'El destino solo puede contener los siguientes caracteres: a-z, 0-9, -, ., _, y {espacio}';
26+
$wb['target_error_regex'] = 'El destino solo puede contener los siguientes caracteres: a-z, 0-9, -, ., _, &, /, y {espacio}';
2727
$wb['target_txt'] = 'Carpeta';
2828
$wb['to_txt'] = 'Para';
2929
$wb['list_id_txt'] = 'List ID';

0 commit comments

Comments
 (0)