Hello!

dovecot --version 2.2.36 (1f10bfa63)

I defined a sievefilter

require ["copy"];
# rule:[weiterleitung]
if header :contains "to" "u...@bitclusive.de"
{
        redirect :copy "otheru...@gmail.com";
        stop;
}

It doesn't work and I don't know why. I can define a vacationfilter
that works fine.

Can I debug this somehow and can somebody here explain what
is going wrong?

Kind regards

  Andreas

Reply via email to