[Dovecot] Sieve "redirect"

James Butler jbutler at thebestdefense.com
Sat Apr 18 01:56:56 EEST 2009


> Is there an alternative to the "redirect" Sieve capability?
>
> For example:
>
> if header :contains "Subject" "Listserv" {
>   redirect "list-user1 at example.com";
>   redirect "list-user2 at example.com";
>   redirect "list-user3 at example.com";
>   stop;
> }
>
> How can I do the above without using "redirect"?
>
> Unfortunately, "redirect" seems to be unsupported by Dovecot.
>
> Thank you.
>
> James
>

Here's why I posted this:

sievec global.before.sieve global.before.svbin
line 7: error: unsupported sieve capability 'redirect'.
error: validation failed.
Error: failed to compile sieve script 'global.before.sieve'

Sieve 0.1.4, Dovecot 1.2.rc2

James



More information about the dovecot mailing list