summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab6ddc8)
raw | patch | inline | side by side (parent: ab6ddc8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Jul 2007 13:38:33 +0000 (13:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Jul 2007 13:38:33 +0000 (13:38 +0000) |
Automatically add mail addresses to sieve vacation
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6849 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6849 594d385d-05f5-0310-b6e9-bd551577e9d8
include/sieve/class_sieveManagement.inc | patch | blob | history |
index d7e7b5847a651f52405faa4c597170e681414626..76c5df39501b40eb4f46f201a18c16d255fc38d1 100644 (file)
$ele[] = new $this->add_element_type(NULL, preg_replace("/[^0-9]/","",microtime()),$parent);
$ele[] = new sieve_block_start(NULL,preg_replace("/[^0-9]/","",microtime()),$parent);
}elseif($this->add_element_type == "sieve_vacation"){
+
+ /* Automatically add addresses to sieve alternate addresses */
$data = NULL;
$tmp = new $this->add_element_type($data, preg_replace("/[^0-9]/","",microtime()),$parent);
if(isset($this->parent->gosaMailAlternateAddress)){