Re: Pigeonhole / Bug with "duplicate" ?

2017-04-28 Thread Gilles Chauvin
On 28/04/2017 00:39, Stephan Bosch wrote: Looks like a bug that appeared in 0.4.17? Am I correct? This bug is much older than that. It was exposed by recent changes though. This should fix it: https://github.com/dovecot/pigeonhole/commit/3e1a17a286ab0e084577fc267a442cb12aed1cbc Hi Stephan,

Re: Pigeonhole / Bug with "duplicate" ?

2017-04-27 Thread Stephan Bosch
Op 4/25/2017 om 11:52 AM schreef Gilles Chauvin: > Hello, > > Previously, while running Dovecot 2.2.27/Pigeonhole 0.4.16 the > following code snippet was working as one would expect: > > if duplicate { > addflag ["\\seen", "Duplicate"]; > fileinto "Duplicate"; > stop; > } > > if a

Re: Pigeonhole / Bug with "duplicate" ?

2017-04-26 Thread Stephan Bosch
Op 4/25/2017 om 9:23 PM schreef Stephan Bosch: > Op 4/25/2017 om 11:52 AM schreef Gilles Chauvin: >> Hello, >> >> Previously, while running Dovecot 2.2.27/Pigeonhole 0.4.16 the >> following code snippet was working as one would expect: >> >> if duplicate { >> addflag ["\\seen", "Duplicate"];

Re: Pigeonhole / Bug with "duplicate" ?

2017-04-25 Thread Stephan Bosch
Op 4/25/2017 om 11:52 AM schreef Gilles Chauvin: > Hello, > > Previously, while running Dovecot 2.2.27/Pigeonhole 0.4.16 the > following code snippet was working as one would expect: > > if duplicate { > addflag ["\\seen", "Duplicate"]; > fileinto "Duplicate"; > stop; > } > > if a

Pigeonhole / Bug with "duplicate" ?

2017-04-25 Thread Gilles Chauvin
Hello, Previously, while running Dovecot 2.2.27/Pigeonhole 0.4.16 the following code snippet was working as one would expect: if duplicate { addflag ["\\seen", "Duplicate"]; fileinto "Duplicate"; stop; } if address :contains "to" "user.em...@example.com" { addflag "$labe