--- cyrus-10252005/sieve/interp.c 2005-03-11 22:30:11.000000000 -0500 +++ cyrus-10252005+wes/sieve/interp.c 2007-08-08 14:05:30.300767000 -0400 @@ -229,7 +229,7 @@ return SIEVE_NOT_FINALIZED; /* we need envelope for vacation! */ } - if (v->min_response == 0) v->min_response = 3; + if (v->min_response == 0) v->min_response = 1; if (v->max_response == 0) v->max_response = 90; if (v->min_response < 0 || v->max_response < 7 || !v->autorespond || !v->send_response) {