mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
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:
parent
1d928dd98c
commit
eb49c1bfa7
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user