Code

Updated sieveManagement.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 Jul 2007 13:38:33 +0000 (13:38 +0000)
committerhickert <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

include/sieve/class_sieveManagement.inc

index d7e7b5847a651f52405faa4c597170e681414626..76c5df39501b40eb4f46f201a18c16d255fc38d1 100644 (file)
@@ -804,6 +804,8 @@ class sieveManagement extends plugin
       $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)){