11 Feb
2021
11 Feb
'21
1:30 p.m.
dovecot 2.3.13 (89f716dc2)
dovecot-pigeonhole-0.5.13
OS: FreeBSD amd64 12.2-RELEASE
After following code
require ["copy"];
# rule:[redirect]
if true
{
redirect :copy "mail@mail.com";
keep;
}
(both with keep and without keep) is executed sieve_after seems to not execute at all.
Same code together with sieve_after was working as supposed in earlier versions.