I believe you need an address option. The vacation facility will only send out a message if the to address matches the addresse(s) in the address option. This allows sieve to prevent messages being sent to mailing lists, spam.
johnh... On Fri, 6 Jun 2003, Mathieu Arnold wrote: >Hi, > >I do have a set of rules, which are all working, and then, I add : > >require "vacation"; > >if header :contains "subject" "vacation sieve" { > vacation "I'm outta here"; > fileinto "INBOX/mat"; > stop; >} > >It does file the mail into INBOX/mat but does not respond with anything. > >Am I doing something wrong ? > >-- >Mathieu Arnold >