I'm using cyrus-imapd-2.0.7 with sendmail-8.11.1 delivering via LMTP. The following sieve script created by Websieve version 0.48 works correctly: require ["fileinto"]; if allof (address :matches ["from"] "***") { redirect "[EMAIL PROTECTED]"; } else { keep; } However, when I use Websieve to create a vacation script, it appears to be ignored. What could be wrong? Here's the script: require ["fileinto","vacation"]; vacation :days 7 :addresses ["[EMAIL PROTECTED]", "[EMAIL PROTECTED] manitoba.ca"] "On vacation for the next week"; -- -Gary Mills- -Unix Support- -U of M Academic Computing and Networking-
- Re: Sieve redirect works but vacation doesn't Gary Mills
- Re: Sieve redirect works but vacation doesn't Ken Murchison
- Re: Sieve redirect works but vacation doesn't Gary Mills
- Re: Sieve redirect works but vacation doesn't Ken Murchison
- Re: Sieve redirect works but vacation doesn't Gary Mills
- Re: Sieve redirect works but vacation doesn't Ken Murchison
- Re: Sieve redirect works but vacation doesn't Gary Mills
- Re: Sieve redirect works but vacation doesn't Ken Murchison
- Re: Sieve redirect works but vacation doesn't Ken Murchison
- Re: Sieve redirect works but vacation doesn't mills
- Re: Sieve redirect works but vacation doesn't Ken Murchison