On Mon, Dec 4, 2006, Paul J Stevens <[EMAIL PROTECTED]> said:
> if header :contains ["To", "Cc"] ["[EMAIL PROTECTED]"] {
> vacation :days 4
> :addresses ["[EMAIL PROTECTED]"]
> :subject "blah" "body,
>
> text";
> }
> But this is soo boilerplate that I wonder if the vacation support
> shouldn't do this by default.
In fact it is redundant. The :addresses argument to the vacation action
performs a header check that at least one of the :addresses are in To or
CC!
(If you're finding that this doesn't work, report a bug to yours truly ;-)
Aaron