From 0b6a1037539827c3bab48af3622a705693834de4 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 28 Jun 2007 13:05:36 +0000 Subject: [PATCH] Updated regex filter git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6733 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/functions.inc b/include/functions.inc index ec2d4bcdc..41a4bc310 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -2463,11 +2463,11 @@ function prepare4mailbody($string) "/\r/", "/!/", "/#/", - "/*/", + "/\*/", "/\//", "//", - "/?/", + "/\?/", "/(\'|\")/"); $to = array( -- 2.30.2