Re: Filtering mails with sieve filters - SOLVED

2020-10-30 Thread Odhiambo Washington
I doubt there is a way to do that when using the SOGo web UI. On Fri, 30 Oct 2020 at 15:57, Tom Talpey wrote: > You might consider adding "stop;" after the fileinto, otherwise > a second match might process the message again, moving it > elsewhere, etc. > > Tom. > > On 10/30/2020 5:47 AM,

Re: Filtering mails with sieve filters - SOLVED

2020-10-30 Thread Tom Talpey
You might consider adding "stop;" after the fileinto, otherwise a second match might process the message again, moving it elsewhere, etc. Tom. On 10/30/2020 5:47 AM, Odhiambo Washington wrote: Answering to myself, The issue was as a result of a config parameter for SOGo: Changed

Re: Filtering mails with sieve filters - SOLVED

2020-10-30 Thread Odhiambo Washington
Answering to myself, The issue was as a result of a config parameter for SOGo: Changed NGImap4ConnectionStringSeparator = "/"; to NGImap4ConnectionStringSeparator = "."; and the problem is solved. On Fri, 30 Oct 2020 at 11:43, Odhiambo Washington wrote: > Hello good people, > > I have

Filtering mails with sieve filters

2020-10-30 Thread Odhiambo Washington
Hello good people, I have dovecot- 2.3.7.2 (Ubuntu Ubuntu 20.04.1 LTS) running fine. However, I have a hitch with mail filtering. Using SOGo as the webmail UI, I created a filter rule which resulted into the rule below: require ["fileinto"]; if allof (address :contains "from" "odhiambo") {