summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6f860f2)
raw | patch | inline | side by side (parent: 6f860f2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Dec 2008 09:06:28 +0000 (09:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Dec 2008 09:06:28 +0000 (09:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13292 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/class_mail-methods.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/class_mail-methods.inc b/gosa-plugins/mail/personal/mail/class_mail-methods.inc
index eacab61c166a078d239297e652e71ddb5d30113f..56d8743eb87b004bfe0ed2492dbd3024446d4240 100644 (file)
*/
$uattrib = $this->uattrib;
if($this->cyrusUseSlashes){
- $prefix = preg_replace('/([^\\\\])\./',"\\1/",$prefix);
+ $prefix = preg_replace('/([^\\\\])\./',"\\1/",$prefix);
+ $acc_string = preg_replace('/([^\\\\])\./',"\\1/",$acc_string);
}
$prefix = preg_replace("/\\\\([\.\/])/","\\1",$prefix);
-
+ $acc_string = preg_replace("/\\\\([\.\/])/","\\1",$acc_string);
+
$domain = $mailpart = "";
$mail = $this->parent->mail;
if(preg_match("/\@/",$mail)){