ram wrote: > I have a default cyrus installation with cyrus-imapd-2.3 on centos 5 > People use sieve to set their vacation responses > > As per the configuration no response is sent for 1 day > --------- > cat /usr/sieve/i/it/default.script > > require "vacation"; > # Vacation > vacation :days 1 :addresses "it@xxxxxxxxxxx" "this is a vacation > response"; > ------------------ > > > The first vacation response seems to go perfectly fine , but even after > 1 day the response is not sent again > > What could be the issue ? how do I debug this ? http://tools.ietf.org/html/rfc5230#section-4.1 The minimum value used for this parameter is normally 1. Sites MAY define a different minimum value as long as the minimum is greater than 0. I think your server has the minimum = 3 days. See also: http://lists.andrew.cmu.edu/pipermail/info-cyrus/2007-August/026550.html .TM. ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html