Is there an alternative to the "redirect" Sieve capability? For example:
if header :contains "Subject" "Listserv" {
redirect "[email protected]";
redirect "[email protected]";
redirect "[email protected]";
stop;
}
How can I do the above without using "redirect"?
Unfortunately, "redirect" seems to be unsupported by Dovecot.
Thank you.
James
