<https://wiki.dovecot.org/Pigeonhole/Sieve/Examples> has this example:
if header :contains "subject" ["order", "buy"] {
redirect "orders@company.dom”;
}
Can I simply add
fileinto :create “mailbox”;
before that redirect line so that a COPY of the message is forwarded?
And does redirect imply stop, since I don;’t see stop in the example.
--
They say only the good die young. If it works the other way too I'm
immortal