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 "[EMAIL PROTECTED]" "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 ? ---- 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