6.0.0-beta1
11/8/25

[#13415] Vacation with maildrop
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

History
08/04/2014 10:50:14 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

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
08/04/2014 10:18:41 PM Michael Slusarz Comment #3
Assigned to Michael Slusarz
State ⇒ Resolved
Reply to this comment
Ingo 3.2.1
08/04/2014 10:15:52 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

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
08/04/2014 03:12:06 PM balestrieri (at) mag-data (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Vacation with maildrop
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
I use maildrop and works great, the only problem is vacation that it was
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

Saved Queries