Use a lock name that's different from mailbot's seen database name (Bug #8577).
authorJan Schneider <jan@horde.org>
Tue, 15 Sep 2009 20:55:56 +0000 (22:55 +0200)
committerJan Schneider <jan@horde.org>
Tue, 15 Sep 2009 20:59:04 +0000 (22:59 +0200)
ingo/lib/Script/Maildrop.php

index 676f945..7882e54 100644 (file)
@@ -508,7 +508,7 @@ class Maildrop_Recipe {
 
             // Rule : Start/End of vacation
             if (($start != 0) && ($end !== 0)) {
-                $this->_action[] = '  flock "vacation.lock" {';
+                $this->_action[] = '  flock "vacationprocess.lock" {';
                 $this->_action[] = '    current_time=time';
                 $this->_action[] = '      if ( \ ';
                 $this->_action[] = '        ($current_time >= ' . $start . ') && \ ';