[horde] Ingo - no vacation filter available

Jens Hellermann hellermann at we-do.com
Fri Jul 17 10:11:24 UTC 2015


Dear Horde list members,

Ingo doesn't display the vacation filter in Horde 5.2.7. It says in the 
documentation:

"If you want to disable any of the special rules like blacklist, 
vacation, or spam, you can lock the according preferences in 
ingo/config/prefs.local.php"

In the prefs.php the setting for 'vacation notices' is: locked => false 
so the only setting I found disabled is under $prefs['rules'].

So I wrote a prefs.local php (I seperated the line here after the ; for 
better readability).

<?php

$_prefs['rules']['value'] = 
'a:5:{i:0;a:2:{s:4:"name";s:9:"Whitelist";s:6:"action";i:' . 
Ingo_Storage::ACTION_WHITELIST . ';
}i:1;a:3:{s:4:"name";s:8:"Vacation";s:6:"action";i:' . 
Ingo_Storage::ACTION_VACATION . ';s:7:"enable";b:1;
}i:2;a:2:{s:4:"name";s:9:"Blacklist";s:6:"action";i:' . 
Ingo_Storage::ACTION_BLACKLIST . ';
}i:3;a:3:{s:4:"name";s:11:"Spam Filter";s:6:"action";i:' . 
Ingo_Storage::ACTION_SPAM . ';s:7:"disable";b:1;
}i:4;a:3:{s:4:"name";s:7:"Forward";s:6:"action";i:' . 
Ingo_Storage::ACTION_FORWARD . ';s:7:"disable";b:1;}}',
$_prefs['rules']['locked'] = false,
$_prefs['rules']['type'] => 'implicit'

When I try to lock on to Horde Webmail the website is stuck and shows 
plain white.

Any help is greatly appreciated.

With kind regards, Jens.








________

Jens Hellermann | Systemadministrator | WE DO communication GmbH GWA | Chausseestraße 13 |
10115 Berlin-Mitte
fon: +49 30 52 68 52 -150 | fax: -222 | hellermann at we-do.com | www.we-do.com

WE DO Aktivierende Kommunikation: Werbung/Design | Event | Interactive | Public Relations

________

Die von WE DO betreute Kampagne "SCHAU HIN! Was Dein Kind mit Medien macht"
zählt zu den aktuellen Preisträgern des Wettbewerbs "Ausgezeichnete Orte im
Land der Ideen". www.schau-hin.info

________

Geschäftsführer: gregor c. blach; Prof. Christoph M. Scheller; Ina von Holly
Die Gesellschaft ist eingetragen beim Amtsgericht Berlin Charlottenburg
(Sitz der Gesellschaft) Nr. HRB 82717

Sämtliche Rechte an übermittelten Inhalten, Arbeiten und sonstigen
Materialien verbleiben bei der WE DO communication GmbH GWA, sofern dies
nicht ausdrücklich anders vereinbart ist.



More information about the horde mailing list