Re: sieve vacation reposnse gives no response even after end of days specified

2008-11-25 Thread Marco Colombo
Wesley Craig wrote:
 On 24 Nov 2008, at 01:51, ram wrote:
 Is there a patch that fixes this value to 1
 
 Find one attached.  Is this in bugzilla?  I couldn't find it...  If
 someone puts it there and marks it as a blocker, it will be fixed in
 the next release.
 
 :wes

At that time I just reported the bug here. I wasn't even sure it was
a bug.

.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


Re: sieve vacation reposnse gives no response even after end of days specified

2008-11-24 Thread Wesley Craig

On 24 Nov 2008, at 01:51, ram wrote:

Is there a patch that fixes this value to 1


Find one attached.  Is this in bugzilla?  I couldn't find it...  If  
someone puts it there and marks it as a blocker, it will be fixed  
in the next release.


:wes


sieve-min.diff
Description: Binary data

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

Re: sieve vacation reposnse gives no response even after end of days specified

2008-11-23 Thread ram

On Wed, 2008-11-19 at 12:18 +0100, Marco Colombo wrote:
 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 [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 ? 
 
 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
 


Is there a patch that fixes this value to 1 


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


Re: sieve vacation reposnse gives no response even after end of days specified

2008-11-19 Thread Marco Colombo
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 [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 ? 

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


sieve vacation reposnse gives no response even after end of days specified

2008-11-16 Thread ram
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