Can sieve be told to file mail to user+foo into folder
foo, for any value of foo, for as long as the
folder exists? Basically, I'd like to do something like:
if anyof (address :matches ["Cc","CC","To","TO"] "user+*@*") {
fileinto "INBOX.$1";
}
My users have been doing this with procmail and need it badly.
If sieve cannot do this directly, can you think of a workaround?
Like, for instance, running procmail in addition to sieve
(but how)?
I would also like to be able to redirect, changing the "To"
field (for picky mobile telephone provider MTAs). This I have
already mentioned before.
Thanks!
Juan