Re: Sieve filter doesn't respect mailbox separator

2018-03-08 Thread Konstantinos Tsakiltzidis
The problem seems to be my Public/.. mailboxes, and the home path of each one. This apparently is not a bug, just a very hard configuration detail. On 03/06/2018 04:15 PM, Jungersen, Danjel - Jungersen Grafisk ApS wrote: On 2 Mar 2018 at 18:10, Konstantinos Tsakiltzidis wrote: > namespace

Re: Sieve filter doesn't respect mailbox separator

2018-03-06 Thread Jungersen, Danjel - Jungersen Grafisk ApS
On 2 Mar 2018 at 18:10, Konstantinos Tsakiltzidis wrote: > namespace separator is '.', > this sieve script incorrectly tries to put the mail inside a mailbox > rather that beside it, for example if the mailbox is named 'example', > the mail will be put in the path 'example/.Spam' instead of >

Sieve filter doesn't respect mailbox separator

2018-03-02 Thread Konstantinos Tsakiltzidis
namespace separator is '.', this sieve script incorrectly tries to put the mail inside a mailbox rather that beside it, for example if the mailbox is named 'example', the mail will be put in the path 'example/.Spam' instead of 'example.Spam' require ["fileinto"]; if header :contains "X-Spam"