| Summary | Vacation with maildrop |
| Queue | Ingo |
| Queue Version | 3.2.0 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | balestrieri (at) mag-data (dot) com |
| Created | 08/04/2014 (4114 days ago) |
| Due | |
| Updated | 08/04/2014 (4114 days ago) |
| Assigned | |
| Resolved | 08/04/2014 (4114 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit e16e4a61c09fb06c0d57112f479abedd0321c495
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Aug 4 16:15:30 2014 -0600
[mms] Fix vacation in the maildrop driver (
Bug #13415;balestrieri@mag-data.com).
Conflicts:
ingo/package.xml
ingo/docs/CHANGES | 9 +++++++++
ingo/lib/Script/Maildrop/Recipe.php | 2 +-
ingo/package.xml | 13 +++++++++++++
3 files changed, 23 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/e16e4a61c09fb06c0d57112f479abedd0321c495
Assigned to Michael Slusarz
State ⇒ Resolved
commit f5e88acb387ea73fb5cb9756901b5134acca3bea
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Aug 4 16:15:30 2014 -0600
[mms] Fix vacation in the maildrop driver (
Bug #13415;balestrieri@mag-data.com).
ingo/docs/CHANGES | 2 ++
ingo/lib/Script/Maildrop/Recipe.php | 2 +-
ingo/package.xml | 4 ++--
3 files changed, 5 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/f5e88acb387ea73fb5cb9756901b5134acca3bea
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Vacation with maildrop
Type ⇒ Bug
State ⇒ Unconfirmed
ignored.
I think is a bug,
I correct lib/Script/Maildrop/Recipe.php
$this->_action[] = ' flock "vacationprocess.lock" {';
to
$this->_action[] = ' flock "$HOME/vacationprocess.lock" {';
and now work perfectly