Is there an alternative to the "redirect" Sieve capability?

For example:

if header :contains "Subject" "Listserv" {
  redirect "list-us...@example.com";
  redirect "list-us...@example.com";
  redirect "list-us...@example.com";
  stop;
}

How can I do the above without using "redirect"?

Unfortunately, "redirect" seems to be unsupported by Dovecot.

Thank you.

James

Reply via email to