IOERROR: fstating sieve script
Wesley Craig
wes at umich.edu
Sat Aug 15 23:05:42 EDT 2009
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
More information about the Info-cyrus
mailing list