On 15 Aug 2009, at 15:01, brian wrote: > In bc_eval.c: > > res = do_vacation(actions, toaddr, fromaddr, xstrdup(subject), > message, days, mime, handle); > > if (res == SIEVE_RUN_ERROR) > *errmsg = "Vacation can not be used with Reject or Vacation"; > > This is an unhelpful error msg, IMHO. Does anyone understand what > it means? Sure, just look at do_vacation(), it's pretty obvious: there's already a vacation or rejection action for this message, so adding the additional vacation action isn't allowed. The error suggests that you have several simultaneous vacation actions configured. Hope that helps you figure out the error... :wes ---- 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