Re: Sieve filter fileinto doesn't preserve flags

2018-03-05 Thread Konstantinos Tsakiltzidis
This was an error with the ACLs logging doesn't seem to log any related error. On 03/03/2018 09:56 AM, Stephan Bosch wrote: Op 3/2/2018 om 6:41 PM schreef Konstantinos Tsakiltzidis: Using `fileinto` to move a mail into another mailbox removes flags that have been set with a previous sieve

Re: Sieve filter fileinto doesn't preserve flags

2018-03-05 Thread Konstantinos Tsakiltzidis
my script is as simple as: require ["imap4flags", "fileinto"]; if hasflag :contains "spam" {   fileinto "Public.telecoms.Spam"; } the mails is correctly delivered in the above mailbox but the flags have been removed On 03/03/2018 09:56 AM, Stephan Bosch wrote: Op 3/2/2018 om 6:41 PM

Re: Sieve filter fileinto doesn't preserve flags

2018-03-02 Thread Stephan Bosch
Op 3/2/2018 om 6:41 PM schreef Konstantinos Tsakiltzidis: > Using `fileinto` to move a mail into another mailbox removes flags > > that have been set with a previous sieve filter with `addflag`. I need to see your script to help you. Regards, Stephan Bosch. > > # 2.2.33.2 (d6601f4ec):