Skip to content

Commit

Permalink
[mms] Fix vacation in the maildrop driver (Bug #13415; balestrieri@ma…
Browse files Browse the repository at this point in the history
…g-data.com).
  • Loading branch information
slusarz committed Aug 4, 2014
1 parent ad5dc2c commit f5e88ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ingo/docs/CHANGES
Expand Up @@ -2,6 +2,8 @@
v3.2.1-git
----------

[mms] Fix vacation in the maildrop driver (Bug #13415;
balestrieri@mag-data.com).


------
Expand Down
2 changes: 1 addition & 1 deletion ingo/lib/Script/Maildrop/Recipe.php
Expand Up @@ -158,7 +158,7 @@ public function __construct($params = array(), $scriptparams = array())

// Rule : Start/End of vacation
if (($start != 0) && ($end !== 0)) {
$this->_action[] = ' flock "vacationprocess.lock" {';
$this->_action[] = ' flock "$HOME/vacationprocess.lock" {';
$this->_action[] = ' current_time=time';
$this->_action[] = ' if ( \ ';
$this->_action[] = ' ($current_time >= ' . $start . ') && \ ';
Expand Down
4 changes: 2 additions & 2 deletions ingo/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [mms] Fix vacation in the maildrop driver (Bug #13415; balestrieri@mag-data.com).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1490,7 +1490,7 @@
<date>2014-07-08</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [mms] Fix vacation in the maildrop driver (Bug #13415; balestrieri@mag-data.com).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit f5e88ac

Please sign in to comment.