add missing sievescriptname to setAsyncJob (as the name defaults to felamimail, your other rules are not in affect when you are using other names as felamimail as sievescriptname AND you are installing your vacation via cron job

This commit is contained in:
Klaus Leithoff 2012-07-30 07:40:01 +00:00
parent 1d928dd98c
commit eb49c1bfa7

View File

@ -614,6 +614,7 @@
else
{
//error_log(__METHOD__.__LINE__.array2string($newVacation));
if (!isset($newVacation['scriptName']) || empty($newVacation['scriptName'])) $newVacation['scriptName'] = $this->scriptName;
$this->bosieve->setAsyncJob($newVacation);
}
}