Hello!
dovecot --version 2.2.36 (1f10bfa63)
I defined a sievefilter
require ["copy"];
# rule:[weiterleitung]
if header :contains "to" "user at bitclusive.de"
{
redirect :copy "otheruser at 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
ratatouille via dovecot <dovecot at dovecot.org> schrieb am 06.12.19 um 15:32:03 Uhr:> Hello! > > dovecot --version 2.2.36 (1f10bfa63) > > I defined a sievefilter > > require ["copy"]; > # rule:[weiterleitung] > if header :contains "to" "user at bitclusive.de" > { > redirect :copy "otheruser at 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?Stupid me, got it working after activating debugging. Andreas
Unsubscribe El vie., 6 de diciembre de 2019 11:32, ratatouille via dovecot < dovecot at dovecot.org> escribi?:> Hello! > > dovecot --version 2.2.36 (1f10bfa63) > > I defined a sievefilter > > require ["copy"]; > # rule:[weiterleitung] > if header :contains "to" "user at bitclusive.de" > { > redirect :copy "otheruser at 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20191206/1dd58621/attachment.html>