after i updated from 1.2.6 to 1.2.11 in gentoo this sieve rule stopped
working :(
# X-Cron-Env
if exists "X-Cron-Env" {
addflag "\\Seen";
fileinto "Trash";
removeflag "\\Seen";
stop;
}
any hints why ?, this rule is generated with horde ingo so it might be
problem in ingo ?
--
xpoint
Benny Pedersen wrote:> > after i updated from 1.2.6 to 1.2.11 in gentoo this sieve rule stopped > working :( > > # X-Cron-Env > if exists "X-Cron-Env" { > addflag "\\Seen"; > fileinto "Trash"; > removeflag "\\Seen"; > stop; > } > > any hints why ?, this rule is generated with horde ingo so it might be > problem in ingo ? >This is a known problem: http://www.dovecot.org/list/dovecot/2010-February/046770.html Fix will be included in next release. Regards, Stephan.